#A01624
A dark, vivid red closely aligning with Brown.
About #A01624
At its core, #A01624 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Brown. To achieve this exact tint on a monitor, you would use an RGB mix of 160, 22, and 36.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 86% Magenta, 78% Yellow, and 37% Black. The HSL representation is 353.9° hue, 75.8% saturation, and 35.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#A01624
RGB160, 22, 36
HSL353.9°, 75.8%, 35.7%
CMYK0%, 86%, 78%, 37%
HSV353.9°, 86.2%, 62.7%
LAB34.3, 53.8, 30.3
XYZ15.1, 8.2, 2.5
Decimal10491428
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.97:1
Text on #FFFFFF
AAA
2.63:1
Text on #000000
FAIL
7.62:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01624;
}
.text-color {
color: #A01624;
}
.border-color {
border: 2px solid #A01624;
}