Shades of Dark Red #A0120E
Tints of Dark Red #A0120E
RGB
CMYK
RGB Variations
Color information
#A0120E (or 0xA0120E) is known color: Dark Red. HEX triplet: A0, 12 and 0E. RGB value is (160,18,14). Sum of RGB (Red+Green+Blue) = 160+18+14=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 14 (5.86% from 255 or 7.29% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0120E is #5FEDF1. Grayscale: #3C3C3C. Windows color (decimal): -6286834 or 922272. OLE color: 922272.
HSL color Cylindrical-coordinate representation of color #A0120E: hue angle of 1.64º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0120E is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 18 | 14 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.37 |
| HSL | 1.64º | 0.84% | 0.34% | - |
| HSV(B) | 1.64º | 0.91% | 0.63% | - |
| XYZ | 14.79 | 7.94 | 1.17 | - |
| YUV | 60 | 102.04 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 18 | 14 | 0 | 0.89 | 0.91 | 0.37 | 1.64 | 0.84 | 0.34 |
| Hex | A0 | 12 | E | 0 | 59 | 5B | 25 | 2 | 54 | 22 |
| Octal | 240 | 22 | 16 | 0 | 131 | 133 | 45 | 2 | 124 | 42 |
| Binary | 10100000 | 10010 | 1110 | 0 | 1011001 | 1011011 | 100101 | 10 | 1010100 | 100010 |
Color Harmonies of #A0120E
Complementary color
Monochromatic Colors of #A0120E
Black with #A0120E
Text Example
Text Example
White with #A0120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0120E; }
p { color: rgb(160,18,14); }
H1.HeaderClassName
{
color: #A0120E;
}
.AnyTagClassName
{
color: #A0120E;
}
</style>
background-color css
<style>
a { background-color: #A0120E; }
a { background-color: rgb(160,18,14); }
div.DivClassName
{
background-color: #A0120E;
}
.BgClassName
{
background-color: #A0120E;
}
</style>
border-color css
<style>
span { border-color: #A0120E; }
span { border-color: rgb(160,18,14); }
td.TdClassName
{
border-color: #A0120E;
}
.TagClassName
{
border-color: #A0120E;
}
</style>