Shades of Carmine #A20011
Tints of Carmine #A20011
RGB
CMYK
RGB Variations
Color information
#A20011 (or 0xA20011) is known color: Carmine. HEX triplet: A2, 00 and 11. RGB value is (162,0,17). Sum of RGB (Red+Green+Blue) = 162+0+17=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 17 (7.03% from 255 or 9.50% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A20011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20011 is #5DFFEE. Grayscale: #323232. Windows color (decimal): -6160367 or 1114274. OLE color: 1114274.
HSL color Cylindrical-coordinate representation of color #A20011: hue angle of 353.7º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20011 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.90 | 0.36 |
| HSL | 353.7º | 1% | 0.32% | - |
| HSV(B) | 353.7º | 1% | 0.64% | - |
| XYZ | 15 | 7.72 | 1.23 | - |
| YUV | 50.38 | 109.17 | 207.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 17 | 0 | 1 | 0.90 | 0.36 | 353.7 | 1 | 0.32 |
| Hex | A2 | 0 | 11 | 0 | 64 | 5A | 24 | 162 | 64 | 20 |
| Octal | 242 | 0 | 21 | 0 | 144 | 132 | 44 | 542 | 144 | 40 |
| Binary | 10100010 | 0 | 10001 | 0 | 1100100 | 1011010 | 100100 | 101100010 | 1100100 | 100000 |
Color Harmonies of #A20011
Complementary color
Monochromatic Colors of #A20011
Black with #A20011
Text Example
Text Example
White with #A20011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20011; }
p { color: rgb(162,0,17); }
H1.HeaderClassName
{
color: #A20011;
}
.AnyTagClassName
{
color: #A20011;
}
</style>
background-color css
<style>
a { background-color: #A20011; }
a { background-color: rgb(162,0,17); }
div.DivClassName
{
background-color: #A20011;
}
.BgClassName
{
background-color: #A20011;
}
</style>
border-color css
<style>
span { border-color: #A20011; }
span { border-color: rgb(162,0,17); }
td.TdClassName
{
border-color: #A20011;
}
.TagClassName
{
border-color: #A20011;
}
</style>