#A01D3A
A dark, moderate red closely aligning with Brown.
About #A01D3A
At its core, #A01D3A is a dark and moderate hue. If you're using CSS, you might find it aligns closely with Brown. This translates to an RGB value of rgb(160, 29, 58).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 82% Magenta, 64% Yellow, and 37% Black. With a hue angle of 346.7 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A01D3A
RGB160, 29, 58
HSL346.7°, 69.3%, 37.1%
CMYK0%, 82%, 64%, 37%
HSV346.7°, 81.9%, 62.7%
LAB35.3, 53.1, 17.6
XYZ15.7, 8.7, 4.8
Decimal10493242
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.69:1
Text on #FFFFFF
AAA
2.73:1
Text on #000000
FAIL
7.35:1
Text on #F8FAFC
AAA
2.32:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A01D3A;
}
.text-color {
color: #A01D3A;
}
.border-color {
border: 2px solid #A01D3A;
}