#B92139
A medium, moderate red closely aligning with Brown.
About #B92139
Visually, #B92139 is defined as a moderate red. If you're using CSS, you might find it aligns closely with Brown. Its digital footprint relies on 185 parts red, 33 parts green, and 57 parts blue light.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 82% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#B92139
RGB185, 33, 57
HSL350.5°, 69.7%, 42.7%
CMYK0%, 82%, 69%, 27%
HSV350.5°, 82.2%, 72.5%
LAB40.7, 59.1, 26.2
XYZ21.3, 11.7, 5.0
Decimal12132665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.29:1
Text on #FFFFFF
AA
3.34:1
Text on #000000
AA Large
6.01:1
Text on #F8FAFC
AA
2.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #B92139;
}
.text-color {
color: #B92139;
}
.border-color {
border: 2px solid #B92139;
}