#A03A1D
A dark, moderate red closely aligning with Brown.
About #A03A1D
The precise color #A03A1D is an excellent choice for modern design projects. It is closely associated with the named CSS color Brown. This translates to an RGB value of rgb(160, 58, 29).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 64% M, 82% Y, and 37% K. With a hue angle of 13.3 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#A03A1D
RGB160, 58, 29
HSL13.3°, 69.3%, 37.1%
CMYK0%, 64%, 82%, 37%
HSV13.3°, 81.9%, 62.7%
LAB38.9, 40.9, 38.9
XYZ16.2, 10.6, 2.4
Decimal10500637
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.74:1
Text on #FFFFFF
AA
3.12:1
Text on #000000
AA Large
6.44:1
Text on #F8FAFC
AA
2.65:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A03A1D;
}
.text-color {
color: #A03A1D;
}
.border-color {
border: 2px solid #A03A1D;
}