Shades of Dark Red #A10602
Tints of Dark Red #A10602
RGB
CMYK
RGB Variations
Color information
#A10602 (or 0xA10602) is known color: Dark Red. HEX triplet: A1, 06 and 02. RGB value is (161,6,2). Sum of RGB (Red+Green+Blue) = 161+6+2=169 (22% of max value = 765). Red value is 161 (63.28% from 255 or 95.27% from 169); Green value is 6 (2.73% from 255 or 3.55% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 161 - color contains mainly: red. Hex color #A10602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10602 is #5EF9FD. Grayscale: #343434. Windows color (decimal): -6224382 or 132769. OLE color: 132769.
HSL color Cylindrical-coordinate representation of color #A10602: hue angle of 1.51º 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 #A10602 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 6 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.37 |
| HSL | 1.51º | 0.98% | 0.32% | - |
| HSV(B) | 1.51º | 0.99% | 0.63% | - |
| XYZ | 14.77 | 7.71 | 0.77 | - |
| YUV | 51.89 | 99.85 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 6 | 2 | 0 | 0.96 | 0.99 | 0.37 | 1.51 | 0.98 | 0.32 |
| Hex | A1 | 6 | 2 | 0 | 60 | 63 | 25 | 2 | 62 | 20 |
| Octal | 241 | 6 | 2 | 0 | 140 | 143 | 45 | 2 | 142 | 40 |
| Binary | 10100001 | 110 | 10 | 0 | 1100000 | 1100011 | 100101 | 10 | 1100010 | 100000 |
Color Harmonies of #A10602
Complementary color
Monochromatic Colors of #A10602
Black with #A10602
Text Example
Text Example
White with #A10602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10602; }
p { color: rgb(161,6,2); }
H1.HeaderClassName
{
color: #A10602;
}
.AnyTagClassName
{
color: #A10602;
}
</style>
background-color css
<style>
a { background-color: #A10602; }
a { background-color: rgb(161,6,2); }
div.DivClassName
{
background-color: #A10602;
}
.BgClassName
{
background-color: #A10602;
}
</style>
border-color css
<style>
span { border-color: #A10602; }
span { border-color: rgb(161,6,2); }
td.TdClassName
{
border-color: #A10602;
}
.TagClassName
{
border-color: #A10602;
}
</style>