Shades of Dark Red #A11005
Tints of Dark Red #A11005
RGB
CMYK
RGB Variations
Color information
#A11005 (or 0xA11005) is known color: Dark Red. HEX triplet: A1, 10 and 05. RGB value is (161,16,5). Sum of RGB (Red+Green+Blue) = 161+16+5=182 (24% of max value = 765). Red value is 161 (63.28% from 255 or 88.46% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 161 - color contains mainly: red. Hex color #A11005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11005 is #5EEFFA. Grayscale: #3A3A3A. Windows color (decimal): -6221819 or 331937. OLE color: 331937.
HSL color Cylindrical-coordinate representation of color #A11005: hue angle of 4.23º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A11005 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 16 | 5 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.37 |
| HSL | 4.23º | 0.94% | 0.33% | - |
| HSV(B) | 4.23º | 0.97% | 0.63% | - |
| XYZ | 14.91 | 7.96 | 0.89 | - |
| YUV | 58.1 | 98.04 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 16 | 5 | 0 | 0.90 | 0.97 | 0.37 | 4.23 | 0.94 | 0.33 |
| Hex | A1 | 10 | 5 | 0 | 5A | 61 | 25 | 4 | 5E | 21 |
| Octal | 241 | 20 | 5 | 0 | 132 | 141 | 45 | 4 | 136 | 41 |
| Binary | 10100001 | 10000 | 101 | 0 | 1011010 | 1100001 | 100101 | 100 | 1011110 | 100001 |
Color Harmonies of #A11005
Complementary color
Monochromatic Colors of #A11005
Black with #A11005
Text Example
Text Example
White with #A11005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11005; }
p { color: rgb(161,16,5); }
H1.HeaderClassName
{
color: #A11005;
}
.AnyTagClassName
{
color: #A11005;
}
</style>
background-color css
<style>
a { background-color: #A11005; }
a { background-color: rgb(161,16,5); }
div.DivClassName
{
background-color: #A11005;
}
.BgClassName
{
background-color: #A11005;
}
</style>
border-color css
<style>
span { border-color: #A11005; }
span { border-color: rgb(161,16,5); }
td.TdClassName
{
border-color: #A11005;
}
.TagClassName
{
border-color: #A11005;
}
</style>