Shades of Dark Red #A11C03
Tints of Dark Red #A11C03
RGB
CMYK
RGB Variations
Color information
#A11C03 (or 0xA11C03) is known color: Dark Red. HEX triplet: A1, 1C and 03. RGB value is (161,28,3). Sum of RGB (Red+Green+Blue) = 161+28+3=192 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.85% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 3 (1.56% from 255 or 1.56% from 192); Max value from RGB is 161 - color contains mainly: red. Hex color #A11C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11C03 is #5EE3FC. Grayscale: #414141. Windows color (decimal): -6218749 or 203937. OLE color: 203937.
HSL color Cylindrical-coordinate representation of color #A11C03: hue angle of 9.49º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A11C03 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 28 | 3 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.37 |
| HSL | 9.49º | 0.96% | 0.32% | - |
| HSV(B) | 9.49º | 0.98% | 0.63% | - |
| XYZ | 15.13 | 8.41 | 0.91 | - |
| YUV | 64.92 | 93.06 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 28 | 3 | 0 | 0.83 | 0.98 | 0.37 | 9.49 | 0.96 | 0.32 |
| Hex | A1 | 1C | 3 | 0 | 53 | 62 | 25 | 9 | 60 | 20 |
| Octal | 241 | 34 | 3 | 0 | 123 | 142 | 45 | 11 | 140 | 40 |
| Binary | 10100001 | 11100 | 11 | 0 | 1010011 | 1100010 | 100101 | 1001 | 1100000 | 100000 |
Color Harmonies of #A11C03
Complementary color
Monochromatic Colors of #A11C03
Black with #A11C03
Text Example
Text Example
White with #A11C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11C03; }
p { color: rgb(161,28,3); }
H1.HeaderClassName
{
color: #A11C03;
}
.AnyTagClassName
{
color: #A11C03;
}
</style>
background-color css
<style>
a { background-color: #A11C03; }
a { background-color: rgb(161,28,3); }
div.DivClassName
{
background-color: #A11C03;
}
.BgClassName
{
background-color: #A11C03;
}
</style>
border-color css
<style>
span { border-color: #A11C03; }
span { border-color: rgb(161,28,3); }
td.TdClassName
{
border-color: #A11C03;
}
.TagClassName
{
border-color: #A11C03;
}
</style>