Shades of Dark Red #A00E02
Tints of Dark Red #A00E02
RGB
CMYK
RGB Variations
Color information
#A00E02 (or 0xA00E02) is known color: Dark Red. HEX triplet: A0, 0E and 02. RGB value is (160,14,2). Sum of RGB (Red+Green+Blue) = 160+14+2=176 (23% of max value = 765). Red value is 160 (62.89% from 255 or 90.91% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00E02 is #5FF1FD. Grayscale: #383838. Windows color (decimal): -6287870 or 134816. OLE color: 134816.
HSL color Cylindrical-coordinate representation of color #A00E02: hue angle of 4.56º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A00E02 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 14 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.37 |
| HSL | 4.56º | 0.98% | 0.32% | - |
| HSV(B) | 4.56º | 0.99% | 0.63% | - |
| XYZ | 14.67 | 7.79 | 0.79 | - |
| YUV | 56.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 14 | 2 | 0 | 0.91 | 0.99 | 0.37 | 4.56 | 0.98 | 0.32 |
| Hex | A0 | E | 2 | 0 | 5B | 63 | 25 | 5 | 62 | 20 |
| Octal | 240 | 16 | 2 | 0 | 133 | 143 | 45 | 5 | 142 | 40 |
| Binary | 10100000 | 1110 | 10 | 0 | 1011011 | 1100011 | 100101 | 101 | 1100010 | 100000 |
Color Harmonies of #A00E02
Complementary color
Monochromatic Colors of #A00E02
Black with #A00E02
Text Example
Text Example
White with #A00E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00E02; }
p { color: rgb(160,14,2); }
H1.HeaderClassName
{
color: #A00E02;
}
.AnyTagClassName
{
color: #A00E02;
}
</style>
background-color css
<style>
a { background-color: #A00E02; }
a { background-color: rgb(160,14,2); }
div.DivClassName
{
background-color: #A00E02;
}
.BgClassName
{
background-color: #A00E02;
}
</style>
border-color css
<style>
span { border-color: #A00E02; }
span { border-color: rgb(160,14,2); }
td.TdClassName
{
border-color: #A00E02;
}
.TagClassName
{
border-color: #A00E02;
}
</style>