Shades of Dark Red #A1110A
Tints of Dark Red #A1110A
RGB
CMYK
RGB Variations
Color information
#A1110A (or 0xA1110A) is known color: Dark Red. HEX triplet: A1, 11 and 0A. RGB value is (161,17,10). Sum of RGB (Red+Green+Blue) = 161+17+10=188 (24% of max value = 765). Red value is 161 (63.28% from 255 or 85.64% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 161 - color contains mainly: red. Hex color #A1110A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1110A is #5EEEF5. Grayscale: #3B3B3B. Windows color (decimal): -6221558 or 659873. OLE color: 659873.
HSL color Cylindrical-coordinate representation of color #A1110A: hue angle of 2.78º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A1110A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 17 | 10 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.37 |
| HSL | 2.78º | 0.88% | 0.34% | - |
| HSV(B) | 2.78º | 0.94% | 0.63% | - |
| XYZ | 14.95 | 8 | 1.04 | - |
| YUV | 59.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 17 | 10 | 0 | 0.89 | 0.94 | 0.37 | 2.78 | 0.88 | 0.34 |
| Hex | A1 | 11 | A | 0 | 59 | 5E | 25 | 3 | 58 | 22 |
| Octal | 241 | 21 | 12 | 0 | 131 | 136 | 45 | 3 | 130 | 42 |
| Binary | 10100001 | 10001 | 1010 | 0 | 1011001 | 1011110 | 100101 | 11 | 1011000 | 100010 |
Color Harmonies of #A1110A
Complementary color
Monochromatic Colors of #A1110A
Black with #A1110A
Text Example
Text Example
White with #A1110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1110A; }
p { color: rgb(161,17,10); }
H1.HeaderClassName
{
color: #A1110A;
}
.AnyTagClassName
{
color: #A1110A;
}
</style>
background-color css
<style>
a { background-color: #A1110A; }
a { background-color: rgb(161,17,10); }
div.DivClassName
{
background-color: #A1110A;
}
.BgClassName
{
background-color: #A1110A;
}
</style>
border-color css
<style>
span { border-color: #A1110A; }
span { border-color: rgb(161,17,10); }
td.TdClassName
{
border-color: #A1110A;
}
.TagClassName
{
border-color: #A1110A;
}
</style>