Shades of Dark Red #A0140C
Tints of Dark Red #A0140C
RGB
CMYK
RGB Variations
Color information
#A0140C (or 0xA0140C) is known color: Dark Red. HEX triplet: A0, 14 and 0C. RGB value is (160,20,12). Sum of RGB (Red+Green+Blue) = 160+20+12=192 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.33% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 160 - color contains mainly: red. Hex color #A0140C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0140C is #5FEBF3. Grayscale: #3D3D3D. Windows color (decimal): -6286324 or 791712. OLE color: 791712.
HSL color Cylindrical-coordinate representation of color #A0140C: hue angle of 3.24º 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 #A0140C is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 20 | 12 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.37 |
| HSL | 3.24º | 0.86% | 0.34% | - |
| HSV(B) | 3.24º | 0.93% | 0.63% | - |
| XYZ | 14.81 | 8 | 1.11 | - |
| YUV | 60.95 | 100.38 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 20 | 12 | 0 | 0.88 | 0.93 | 0.37 | 3.24 | 0.86 | 0.34 |
| Hex | A0 | 14 | C | 0 | 58 | 5D | 25 | 3 | 56 | 22 |
| Octal | 240 | 24 | 14 | 0 | 130 | 135 | 45 | 3 | 126 | 42 |
| Binary | 10100000 | 10100 | 1100 | 0 | 1011000 | 1011101 | 100101 | 11 | 1010110 | 100010 |
Color Harmonies of #A0140C
Complementary color
Monochromatic Colors of #A0140C
Black with #A0140C
Text Example
Text Example
White with #A0140C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0140C; }
p { color: rgb(160,20,12); }
H1.HeaderClassName
{
color: #A0140C;
}
.AnyTagClassName
{
color: #A0140C;
}
</style>
background-color css
<style>
a { background-color: #A0140C; }
a { background-color: rgb(160,20,12); }
div.DivClassName
{
background-color: #A0140C;
}
.BgClassName
{
background-color: #A0140C;
}
</style>
border-color css
<style>
span { border-color: #A0140C; }
span { border-color: rgb(160,20,12); }
td.TdClassName
{
border-color: #A0140C;
}
.TagClassName
{
border-color: #A0140C;
}
</style>