Shades of Dark Red #A20B08
Tints of Dark Red #A20B08
RGB
CMYK
RGB Variations
Color information
#A20B08 (or 0xA20B08) is known color: Dark Red. HEX triplet: A2, 0B and 08. RGB value is (162,11,8). Sum of RGB (Red+Green+Blue) = 162+11+8=181 (23% of max value = 765). Red value is 162 (63.67% from 255 or 89.50% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20B08 is #5DF4F7. Grayscale: #373737. Windows color (decimal): -6157560 or 527266. OLE color: 527266.
HSL color Cylindrical-coordinate representation of color #A20B08: hue angle of 1.17º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20B08 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 11 | 8 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.36 |
| HSL | 1.17º | 0.91% | 0.33% | - |
| HSV(B) | 1.17º | 0.95% | 0.64% | - |
| XYZ | 15.06 | 7.94 | 0.97 | - |
| YUV | 55.81 | 101.03 | 203.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 11 | 8 | 0 | 0.93 | 0.95 | 0.36 | 1.17 | 0.91 | 0.33 |
| Hex | A2 | B | 8 | 0 | 5D | 5F | 24 | 1 | 5B | 21 |
| Octal | 242 | 13 | 10 | 0 | 135 | 137 | 44 | 1 | 133 | 41 |
| Binary | 10100010 | 1011 | 1000 | 0 | 1011101 | 1011111 | 100100 | 1 | 1011011 | 100001 |
Color Harmonies of #A20B08
Complementary color
Monochromatic Colors of #A20B08
Black with #A20B08
Text Example
Text Example
White with #A20B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20B08; }
p { color: rgb(162,11,8); }
H1.HeaderClassName
{
color: #A20B08;
}
.AnyTagClassName
{
color: #A20B08;
}
</style>
background-color css
<style>
a { background-color: #A20B08; }
a { background-color: rgb(162,11,8); }
div.DivClassName
{
background-color: #A20B08;
}
.BgClassName
{
background-color: #A20B08;
}
</style>
border-color css
<style>
span { border-color: #A20B08; }
span { border-color: rgb(162,11,8); }
td.TdClassName
{
border-color: #A20B08;
}
.TagClassName
{
border-color: #A20B08;
}
</style>