Shades of Dark Red #A20E00
Tints of Dark Red #A20E00
RGB
CMYK
RGB Variations
Color information
#A20E00 (or 0xA20E00) is known color: Dark Red. HEX triplet: A2, 0E and 00. RGB value is (162,14,0). Sum of RGB (Red+Green+Blue) = 162+14+0=176 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.05% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 0 (0.39% from 255 or 0% from 176); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E00 is #5DF1FF. Grayscale: #383838. Windows color (decimal): -6156800 or 3746. OLE color: 3746.
HSL color Cylindrical-coordinate representation of color #A20E00: hue angle of 5.19º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20E00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 14 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.36 |
| HSL | 5.19º | 1% | 0.32% | - |
| HSV(B) | 5.19º | 1% | 0.64% | - |
| XYZ | 15.06 | 8 | 0.75 | - |
| YUV | 56.66 | 96.03 | 203.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 14 | 0 | 0 | 0.91 | 1 | 0.36 | 5.19 | 1 | 0.32 |
| Hex | A2 | E | 0 | 0 | 5B | 64 | 24 | 5 | 64 | 20 |
| Octal | 242 | 16 | 0 | 0 | 133 | 144 | 44 | 5 | 144 | 40 |
| Binary | 10100010 | 1110 | 0 | 0 | 1011011 | 1100100 | 100100 | 101 | 1100100 | 100000 |
Color Harmonies of #A20E00
Complementary color
Monochromatic Colors of #A20E00
Black with #A20E00
Text Example
Text Example
White with #A20E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20E00; }
p { color: rgb(162,14,0); }
H1.HeaderClassName
{
color: #A20E00;
}
.AnyTagClassName
{
color: #A20E00;
}
</style>
background-color css
<style>
a { background-color: #A20E00; }
a { background-color: rgb(162,14,0); }
div.DivClassName
{
background-color: #A20E00;
}
.BgClassName
{
background-color: #A20E00;
}
</style>
border-color css
<style>
span { border-color: #A20E00; }
span { border-color: rgb(162,14,0); }
td.TdClassName
{
border-color: #A20E00;
}
.TagClassName
{
border-color: #A20E00;
}
</style>