Shades of Dark Red #A1120A
Tints of Dark Red #A1120A
RGB
CMYK
RGB Variations
Color information
#A1120A (or 0xA1120A) is known color: Dark Red. HEX triplet: A1, 12 and 0A. RGB value is (161,18,10). Sum of RGB (Red+Green+Blue) = 161+18+10=189 (25% of max value = 765). Red value is 161 (63.28% from 255 or 85.19% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 10 (4.30% from 255 or 5.29% from 189); Max value from RGB is 161 - color contains mainly: red. Hex color #A1120A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1120A is #5EEDF5. Grayscale: #3C3C3C. Windows color (decimal): -6221302 or 660129. OLE color: 660129.
HSL color Cylindrical-coordinate representation of color #A1120A: hue angle of 3.18º 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 #A1120A is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 18 | 10 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.37 |
| HSL | 3.18º | 0.88% | 0.34% | - |
| HSV(B) | 3.18º | 0.94% | 0.63% | - |
| XYZ | 14.97 | 8.03 | 1.05 | - |
| YUV | 59.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 18 | 10 | 0 | 0.89 | 0.94 | 0.37 | 3.18 | 0.88 | 0.34 |
| Hex | A1 | 12 | A | 0 | 59 | 5E | 25 | 3 | 58 | 22 |
| Octal | 241 | 22 | 12 | 0 | 131 | 136 | 45 | 3 | 130 | 42 |
| Binary | 10100001 | 10010 | 1010 | 0 | 1011001 | 1011110 | 100101 | 11 | 1011000 | 100010 |
Color Harmonies of #A1120A
Complementary color
Monochromatic Colors of #A1120A
Black with #A1120A
Text Example
Text Example
White with #A1120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1120A; }
p { color: rgb(161,18,10); }
H1.HeaderClassName
{
color: #A1120A;
}
.AnyTagClassName
{
color: #A1120A;
}
</style>
background-color css
<style>
a { background-color: #A1120A; }
a { background-color: rgb(161,18,10); }
div.DivClassName
{
background-color: #A1120A;
}
.BgClassName
{
background-color: #A1120A;
}
</style>
border-color css
<style>
span { border-color: #A1120A; }
span { border-color: rgb(161,18,10); }
td.TdClassName
{
border-color: #A1120A;
}
.TagClassName
{
border-color: #A1120A;
}
</style>