#992C3A
A dark, moderate red closely aligning with Brown.
About #992C3A
At its core, #992C3A is a dark and moderate hue. It is closely associated with the named CSS color Brown. In the RGB color space, it consists of 153 red, 44 green, and 58 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 71% magenta, 62% yellow, and 40% black. The HSL representation is 352.3° hue, 55.3% saturation, and 38.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#992C3A
RGB153, 44, 58
HSL352.3°, 55.3%, 38.6%
CMYK0%, 71%, 62%, 40%
HSV352.3°, 71.2%, 60.0%
LAB35.8, 45.9, 17.9
XYZ14.8, 8.9, 4.9
Decimal10038330
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.57:1
Text on #FFFFFF
AAA
2.78:1
Text on #000000
FAIL
7.23:1
Text on #F8FAFC
AAA
2.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #992C3A;
}
.text-color {
color: #992C3A;
}
.border-color {
border: 2px solid #992C3A;
}