Shades of Dark Red #A11706
Tints of Dark Red #A11706
RGB
CMYK
RGB Variations
Color information
#A11706 (or 0xA11706) is known color: Dark Red. HEX triplet: A1, 17 and 06. RGB value is (161,23,6). Sum of RGB (Red+Green+Blue) = 161+23+6=190 (25% of max value = 765). Red value is 161 (63.28% from 255 or 84.74% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 161 - color contains mainly: red. Hex color #A11706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11706 is #5EE8F9. Grayscale: #3E3E3E. Windows color (decimal): -6220026 or 399265. OLE color: 399265.
HSL color Cylindrical-coordinate representation of color #A11706: hue angle of 6.58º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A11706 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 23 | 6 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.37 |
| HSL | 6.58º | 0.93% | 0.33% | - |
| HSV(B) | 6.58º | 0.96% | 0.63% | - |
| XYZ | 15.04 | 8.2 | 0.96 | - |
| YUV | 62.32 | 96.22 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 23 | 6 | 0 | 0.86 | 0.96 | 0.37 | 6.58 | 0.93 | 0.33 |
| Hex | A1 | 17 | 6 | 0 | 56 | 60 | 25 | 7 | 5D | 21 |
| Octal | 241 | 27 | 6 | 0 | 126 | 140 | 45 | 7 | 135 | 41 |
| Binary | 10100001 | 10111 | 110 | 0 | 1010110 | 1100000 | 100101 | 111 | 1011101 | 100001 |
Color Harmonies of #A11706
Complementary color
Monochromatic Colors of #A11706
Black with #A11706
Text Example
Text Example
White with #A11706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11706; }
p { color: rgb(161,23,6); }
H1.HeaderClassName
{
color: #A11706;
}
.AnyTagClassName
{
color: #A11706;
}
</style>
background-color css
<style>
a { background-color: #A11706; }
a { background-color: rgb(161,23,6); }
div.DivClassName
{
background-color: #A11706;
}
.BgClassName
{
background-color: #A11706;
}
</style>
border-color css
<style>
span { border-color: #A11706; }
span { border-color: rgb(161,23,6); }
td.TdClassName
{
border-color: #A11706;
}
.TagClassName
{
border-color: #A11706;
}
</style>