Shades of Dark Red #A1140B
Tints of Dark Red #A1140B
RGB
CMYK
RGB Variations
Color information
#A1140B (or 0xA1140B) is known color: Dark Red. HEX triplet: A1, 14 and 0B. RGB value is (161,20,11). Sum of RGB (Red+Green+Blue) = 161+20+11=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A1140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1140B is #5EEBF4. Grayscale: #3D3D3D. Windows color (decimal): -6220789 or 726177. OLE color: 726177.
HSL color Cylindrical-coordinate representation of color #A1140B: hue angle of 3.6º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A1140B is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 20 | 11 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.37 |
| HSL | 3.6º | 0.87% | 0.34% | - |
| HSV(B) | 3.6º | 0.93% | 0.63% | - |
| XYZ | 15.01 | 8.1 | 1.09 | - |
| YUV | 61.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 20 | 11 | 0 | 0.88 | 0.93 | 0.37 | 3.6 | 0.87 | 0.34 |
| Hex | A1 | 14 | B | 0 | 58 | 5D | 25 | 4 | 57 | 22 |
| Octal | 241 | 24 | 13 | 0 | 130 | 135 | 45 | 4 | 127 | 42 |
| Binary | 10100001 | 10100 | 1011 | 0 | 1011000 | 1011101 | 100101 | 100 | 1010111 | 100010 |
Color Harmonies of #A1140B
Complementary color
Monochromatic Colors of #A1140B
Black with #A1140B
Text Example
Text Example
White with #A1140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1140B; }
p { color: rgb(161,20,11); }
H1.HeaderClassName
{
color: #A1140B;
}
.AnyTagClassName
{
color: #A1140B;
}
</style>
background-color css
<style>
a { background-color: #A1140B; }
a { background-color: rgb(161,20,11); }
div.DivClassName
{
background-color: #A1140B;
}
.BgClassName
{
background-color: #A1140B;
}
</style>
border-color css
<style>
span { border-color: #A1140B; }
span { border-color: rgb(161,20,11); }
td.TdClassName
{
border-color: #A1140B;
}
.TagClassName
{
border-color: #A1140B;
}
</style>