#A02C0F
A dark, vivid red closely aligning with Darkred.
About #A02C0F
The hex code #A02C0F represents a beautifully specific shade of red. Its closest recognized web color is Darkred. This translates to an RGB value of rgb(160, 44, 15).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 72% M, 91% 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. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#A02C0F
RGB160, 44, 15
HSL12.0°, 82.9%, 34.3%
CMYK0%, 72%, 91%, 37%
HSV12.0°, 90.6%, 62.7%
LAB36.6, 46.5, 43.4
XYZ15.5, 9.3, 1.4
Decimal10497039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.34:1
Text on #FFFFFF
AAA
2.86:1
Text on #000000
FAIL
7.01:1
Text on #F8FAFC
AAA
2.43:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #A02C0F;
}
.text-color {
color: #A02C0F;
}
.border-color {
border: 2px solid #A02C0F;
}