Shades of Dark Red #A11301
Tints of Dark Red #A11301
RGB
CMYK
RGB Variations
Color information
#A11301 (or 0xA11301) is known color: Dark Red. HEX triplet: A1, 13 and 01. RGB value is (161,19,1). Sum of RGB (Red+Green+Blue) = 161+19+1=181 (23% of max value = 765). Red value is 161 (63.28% from 255 or 88.95% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 1 (0.78% from 255 or 0.55% from 181); Max value from RGB is 161 - color contains mainly: red. Hex color #A11301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11301 is #5EECFE. Grayscale: #3B3B3B. Windows color (decimal): -6221055 or 70561. OLE color: 70561.
HSL color Cylindrical-coordinate representation of color #A11301: hue angle of 6.75º degrees, saturation: 0.99, 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 #A11301 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 19 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.37 |
| HSL | 6.75º | 0.99% | 0.32% | - |
| HSV(B) | 6.75º | 0.99% | 0.63% | - |
| XYZ | 14.94 | 8.05 | 0.79 | - |
| YUV | 59.41 | 95.04 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 19 | 1 | 0 | 0.88 | 0.99 | 0.37 | 6.75 | 0.99 | 0.32 |
| Hex | A1 | 13 | 1 | 0 | 58 | 63 | 25 | 7 | 63 | 20 |
| Octal | 241 | 23 | 1 | 0 | 130 | 143 | 45 | 7 | 143 | 40 |
| Binary | 10100001 | 10011 | 1 | 0 | 1011000 | 1100011 | 100101 | 111 | 1100011 | 100000 |
Color Harmonies of #A11301
Complementary color
Monochromatic Colors of #A11301
Black with #A11301
Text Example
Text Example
White with #A11301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11301; }
p { color: rgb(161,19,1); }
H1.HeaderClassName
{
color: #A11301;
}
.AnyTagClassName
{
color: #A11301;
}
</style>
background-color css
<style>
a { background-color: #A11301; }
a { background-color: rgb(161,19,1); }
div.DivClassName
{
background-color: #A11301;
}
.BgClassName
{
background-color: #A11301;
}
</style>
border-color css
<style>
span { border-color: #A11301; }
span { border-color: rgb(161,19,1); }
td.TdClassName
{
border-color: #A11301;
}
.TagClassName
{
border-color: #A11301;
}
</style>