Shades of Dark Red #A0130C
Tints of Dark Red #A0130C
RGB
CMYK
RGB Variations
Color information
#A0130C (or 0xA0130C) is known color: Dark Red. HEX triplet: A0, 13 and 0C. RGB value is (160,19,12). Sum of RGB (Red+Green+Blue) = 160+19+12=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A0130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0130C is #5FECF3. Grayscale: #3C3C3C. Windows color (decimal): -6286580 or 791456. OLE color: 791456.
HSL color Cylindrical-coordinate representation of color #A0130C: hue angle of 2.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0130C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 19 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.37 |
| HSL | 2.84º | 0.86% | 0.34% | - |
| HSV(B) | 2.84º | 0.93% | 0.63% | - |
| XYZ | 14.8 | 7.97 | 1.11 | - |
| YUV | 60.36 | 100.71 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 19 | 12 | 0 | 0.88 | 0.93 | 0.37 | 2.84 | 0.86 | 0.34 |
| Hex | A0 | 13 | C | 0 | 58 | 5D | 25 | 3 | 56 | 22 |
| Octal | 240 | 23 | 14 | 0 | 130 | 135 | 45 | 3 | 126 | 42 |
| Binary | 10100000 | 10011 | 1100 | 0 | 1011000 | 1011101 | 100101 | 11 | 1010110 | 100010 |
Color Harmonies of #A0130C
Complementary color
Monochromatic Colors of #A0130C
Black with #A0130C
Text Example
Text Example
White with #A0130C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0130C; }
p { color: rgb(160,19,12); }
H1.HeaderClassName
{
color: #A0130C;
}
.AnyTagClassName
{
color: #A0130C;
}
</style>
background-color css
<style>
a { background-color: #A0130C; }
a { background-color: rgb(160,19,12); }
div.DivClassName
{
background-color: #A0130C;
}
.BgClassName
{
background-color: #A0130C;
}
</style>
border-color css
<style>
span { border-color: #A0130C; }
span { border-color: rgb(160,19,12); }
td.TdClassName
{
border-color: #A0130C;
}
.TagClassName
{
border-color: #A0130C;
}
</style>