Shades of Dark Red #A11D02
Tints of Dark Red #A11D02
RGB
CMYK
RGB Variations
Color information
#A11D02 (or 0xA11D02) is known color: Dark Red. HEX triplet: A1, 1D and 02. RGB value is (161,29,2). Sum of RGB (Red+Green+Blue) = 161+29+2=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 29 (11.72% from 255 or 15.10% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D02 is #5EE2FD. Grayscale: #414141. Windows color (decimal): -6218494 or 138657. OLE color: 138657.
HSL color Cylindrical-coordinate representation of color #A11D02: hue angle of 10.19º 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 #A11D02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 29 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.37 |
| HSL | 10.19º | 0.98% | 0.32% | - |
| HSV(B) | 10.19º | 0.99% | 0.63% | - |
| XYZ | 15.15 | 8.46 | 0.89 | - |
| YUV | 65.39 | 92.23 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 29 | 2 | 0 | 0.82 | 0.99 | 0.37 | 10.19 | 0.98 | 0.32 |
| Hex | A1 | 1D | 2 | 0 | 52 | 63 | 25 | A | 62 | 20 |
| Octal | 241 | 35 | 2 | 0 | 122 | 143 | 45 | 12 | 142 | 40 |
| Binary | 10100001 | 11101 | 10 | 0 | 1010010 | 1100011 | 100101 | 1010 | 1100010 | 100000 |
Color Harmonies of #A11D02
Complementary color
Monochromatic Colors of #A11D02
Black with #A11D02
Text Example
Text Example
White with #A11D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11D02; }
p { color: rgb(161,29,2); }
H1.HeaderClassName
{
color: #A11D02;
}
.AnyTagClassName
{
color: #A11D02;
}
</style>
background-color css
<style>
a { background-color: #A11D02; }
a { background-color: rgb(161,29,2); }
div.DivClassName
{
background-color: #A11D02;
}
.BgClassName
{
background-color: #A11D02;
}
</style>
border-color css
<style>
span { border-color: #A11D02; }
span { border-color: rgb(161,29,2); }
td.TdClassName
{
border-color: #A11D02;
}
.TagClassName
{
border-color: #A11D02;
}
</style>