Shades of Dark Red #A20B02
Tints of Dark Red #A20B02
RGB
CMYK
RGB Variations
Color information
#A20B02 (or 0xA20B02) is known color: Dark Red. HEX triplet: A2, 0B and 02. RGB value is (162,11,2). Sum of RGB (Red+Green+Blue) = 162+11+2=175 (23% of max value = 765). Red value is 162 (63.67% from 255 or 92.57% from 175); Green value is 11 (4.69% from 255 or 6.29% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20B02 is #5DF4FD. Grayscale: #373737. Windows color (decimal): -6157566 or 134050. OLE color: 134050.
HSL color Cylindrical-coordinate representation of color #A20B02: hue angle of 3.38º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A20B02 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 2 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.36 |
| HSL | 3.38º | 0.98% | 0.32% | - |
| HSV(B) | 3.38º | 0.99% | 0.64% | - |
| XYZ | 15.03 | 7.93 | 0.79 | - |
| YUV | 55.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 2 | 0 | 0.93 | 0.99 | 0.36 | 3.38 | 0.98 | 0.32 |
| Hex | A2 | B | 2 | 0 | 5D | 63 | 24 | 3 | 62 | 20 |
| Octal | 242 | 13 | 2 | 0 | 135 | 143 | 44 | 3 | 142 | 40 |
| Binary | 10100010 | 1011 | 10 | 0 | 1011101 | 1100011 | 100100 | 11 | 1100010 | 100000 |
Color Harmonies of #A20B02
Complementary color
Monochromatic Colors of #A20B02
Black with #A20B02
Text Example
Text Example
White with #A20B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B02; }
p { color: rgb(162,11,2); }
H1.HeaderClassName
{
color: #A20B02;
}
.AnyTagClassName
{
color: #A20B02;
}
</style>
background-color css
<style>
a { background-color: #A20B02; }
a { background-color: rgb(162,11,2); }
div.DivClassName
{
background-color: #A20B02;
}
.BgClassName
{
background-color: #A20B02;
}
</style>
border-color css
<style>
span { border-color: #A20B02; }
span { border-color: rgb(162,11,2); }
td.TdClassName
{
border-color: #A20B02;
}
.TagClassName
{
border-color: #A20B02;
}
</style>