#A01D24
A dark, moderate red closely aligning with Brown.
About #A01D24
When working with digital screens, the color #A01D24 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Brown. In the RGB color space, it consists of 160 red, 29 green, and 36 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 82% M, 78% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A01D24
RGB160, 29, 36
HSL356.8°, 69.3%, 37.1%
CMYK0%, 82%, 78%, 37%
HSV356.8°, 81.9%, 62.7%
LAB35.0, 52.1, 31.0
XYZ15.3, 8.5, 2.5
Decimal10493220
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.79:1
Text on #FFFFFF
AAA
2.70:1
Text on #000000
FAIL
7.44:1
Text on #F8FAFC
AAA
2.29:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D24;
}
.text-color {
color: #A01D24;
}
.border-color {
border: 2px solid #A01D24;
}