Shades of Dark Red #A20E03
Tints of Dark Red #A20E03
RGB
CMYK
RGB Variations
Color information
#A20E03 (or 0xA20E03) is known color: Dark Red. HEX triplet: A2, 0E and 03. RGB value is (162,14,3). Sum of RGB (Red+Green+Blue) = 162+14+3=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E03 is #5DF1FC. Grayscale: #393939. Windows color (decimal): -6156797 or 200354. OLE color: 200354.
HSL color Cylindrical-coordinate representation of color #A20E03: hue angle of 4.15º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20E03 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 3 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.36 |
| HSL | 4.15º | 0.96% | 0.32% | - |
| HSV(B) | 4.15º | 0.98% | 0.64% | - |
| XYZ | 15.07 | 8 | 0.84 | - |
| YUV | 57 | 97.53 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 3 | 0 | 0.91 | 0.98 | 0.36 | 4.15 | 0.96 | 0.32 |
| Hex | A2 | E | 3 | 0 | 5B | 62 | 24 | 4 | 60 | 20 |
| Octal | 242 | 16 | 3 | 0 | 133 | 142 | 44 | 4 | 140 | 40 |
| Binary | 10100010 | 1110 | 11 | 0 | 1011011 | 1100010 | 100100 | 100 | 1100000 | 100000 |
Color Harmonies of #A20E03
Complementary color
Monochromatic Colors of #A20E03
Black with #A20E03
Text Example
Text Example
White with #A20E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E03; }
p { color: rgb(162,14,3); }
H1.HeaderClassName
{
color: #A20E03;
}
.AnyTagClassName
{
color: #A20E03;
}
</style>
background-color css
<style>
a { background-color: #A20E03; }
a { background-color: rgb(162,14,3); }
div.DivClassName
{
background-color: #A20E03;
}
.BgClassName
{
background-color: #A20E03;
}
</style>
border-color css
<style>
span { border-color: #A20E03; }
span { border-color: rgb(162,14,3); }
td.TdClassName
{
border-color: #A20E03;
}
.TagClassName
{
border-color: #A20E03;
}
</style>