#A0503A
A medium, moderate red closely aligning with Sienna.
About #A0503A
Visually, #A0503A is defined as a moderate red. It is closely associated with the named CSS color Sienna. In the RGB color space, it consists of 160 red, 80 green, and 58 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 50% magenta, 64% yellow, and 37% black. The HSL representation is 12.9° hue, 46.8% saturation, and 42.7% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#A0503A
RGB160, 80, 58
HSL12.9°, 46.8%, 42.7%
CMYK0%, 50%, 64%, 37%
HSV12.9°, 63.8%, 62.7%
LAB43.5, 31.2, 28.0
XYZ18.1, 13.5, 5.7
Decimal10506298
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.67:1
Text on #FFFFFF
AA
3.70:1
Text on #000000
AA Large
5.42:1
Text on #F8FAFC
AA
3.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #A0503A;
}
.text-color {
color: #A0503A;
}
.border-color {
border: 2px solid #A0503A;
}