Shades of Dark Red #A00402
Tints of Dark Red #A00402
RGB
CMYK
RGB Variations
Color information
#A00402 (or 0xA00402) is known color: Dark Red. HEX triplet: A0, 04 and 02. RGB value is (160,4,2). Sum of RGB (Red+Green+Blue) = 160+4+2=166 (21% of max value = 765). Red value is 160 (62.89% from 255 or 96.39% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 2 (1.17% from 255 or 1.20% from 166); Max value from RGB is 160 - color contains mainly: red. Hex color #A00402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00402 is #5FFBFD. Grayscale: #323232. Windows color (decimal): -6290430 or 132256. OLE color: 132256.
HSL color Cylindrical-coordinate representation of color #A00402: hue angle of 0.76º 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 #A00402 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 4 | 2 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.37 |
| HSL | 0.76º | 0.98% | 0.32% | - |
| HSV(B) | 0.76º | 0.99% | 0.63% | - |
| XYZ | 14.55 | 7.56 | 0.75 | - |
| YUV | 50.42 | 100.68 | 206.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 4 | 2 | 0 | 0.98 | 0.99 | 0.37 | 0.76 | 0.98 | 0.32 |
| Hex | A0 | 4 | 2 | 0 | 62 | 63 | 25 | 1 | 62 | 20 |
| Octal | 240 | 4 | 2 | 0 | 142 | 143 | 45 | 1 | 142 | 40 |
| Binary | 10100000 | 100 | 10 | 0 | 1100010 | 1100011 | 100101 | 1 | 1100010 | 100000 |
Color Harmonies of #A00402
Complementary color
Monochromatic Colors of #A00402
Black with #A00402
Text Example
Text Example
White with #A00402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00402; }
p { color: rgb(160,4,2); }
H1.HeaderClassName
{
color: #A00402;
}
.AnyTagClassName
{
color: #A00402;
}
</style>
background-color css
<style>
a { background-color: #A00402; }
a { background-color: rgb(160,4,2); }
div.DivClassName
{
background-color: #A00402;
}
.BgClassName
{
background-color: #A00402;
}
</style>
border-color css
<style>
span { border-color: #A00402; }
span { border-color: rgb(160,4,2); }
td.TdClassName
{
border-color: #A00402;
}
.TagClassName
{
border-color: #A00402;
}
</style>