Shades of Dark Red #A10200
Tints of Dark Red #A10200
RGB
CMYK
RGB Variations
Color information
#A10200 (or 0xA10200) is known color: Dark Red. HEX triplet: A1, 02 and 00. RGB value is (161,2,0). Sum of RGB (Red+Green+Blue) = 161+2+0=163 (21% of max value = 765). Red value is 161 (63.28% from 255 or 98.77% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 0 (0.39% from 255 or 0% from 163); Max value from RGB is 161 - color contains mainly: red. Hex color #A10200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A10200 is #5EFDFF. Grayscale: #313131. Windows color (decimal): -6225408 or 673. OLE color: 673.
HSL color Cylindrical-coordinate representation of color #A10200: hue angle of 0.75º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A10200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.37 |
| HSL | 0.75º | 1% | 0.32% | - |
| HSV(B) | 0.75º | 1% | 0.63% | - |
| XYZ | 14.72 | 7.62 | 0.7 | - |
| YUV | 49.31 | 100.18 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 2 | 0 | 0 | 0.99 | 1 | 0.37 | 0.75 | 1 | 0.32 |
| Hex | A1 | 2 | 0 | 0 | 63 | 64 | 25 | 1 | 64 | 20 |
| Octal | 241 | 2 | 0 | 0 | 143 | 144 | 45 | 1 | 144 | 40 |
| Binary | 10100001 | 10 | 0 | 0 | 1100011 | 1100100 | 100101 | 1 | 1100100 | 100000 |
Color Harmonies of #A10200
Complementary color
Monochromatic Colors of #A10200
Black with #A10200
Text Example
Text Example
White with #A10200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10200; }
p { color: rgb(161,2,0); }
H1.HeaderClassName
{
color: #A10200;
}
.AnyTagClassName
{
color: #A10200;
}
</style>
background-color css
<style>
a { background-color: #A10200; }
a { background-color: rgb(161,2,0); }
div.DivClassName
{
background-color: #A10200;
}
.BgClassName
{
background-color: #A10200;
}
</style>
border-color css
<style>
span { border-color: #A10200; }
span { border-color: rgb(161,2,0); }
td.TdClassName
{
border-color: #A10200;
}
.TagClassName
{
border-color: #A10200;
}
</style>