Shades of Carmine #A40211
Tints of Carmine #A40211
RGB
CMYK
RGB Variations
Color information
#A40211 (or 0xA40211) is known color: Carmine. HEX triplet: A4, 02 and 11. RGB value is (164,2,17). Sum of RGB (Red+Green+Blue) = 164+2+17=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 17 (7.03% from 255 or 9.29% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A40211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40211 is #5BFDEE. Grayscale: #343434. Windows color (decimal): -6028783 or 1114788. OLE color: 1114788.
HSL color Cylindrical-coordinate representation of color #A40211: hue angle of 354.44º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40211 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 2 | 17 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.36 |
| HSL | 354.44º | 0.98% | 0.33% | - |
| HSV(B) | 354.44º | 0.99% | 0.64% | - |
| XYZ | 15.43 | 7.98 | 1.26 | - |
| YUV | 52.15 | 108.17 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 2 | 17 | 0 | 0.99 | 0.90 | 0.36 | 354.44 | 0.98 | 0.33 |
| Hex | A4 | 2 | 11 | 0 | 63 | 5A | 24 | 162 | 62 | 21 |
| Octal | 244 | 2 | 21 | 0 | 143 | 132 | 44 | 542 | 142 | 41 |
| Binary | 10100100 | 10 | 10001 | 0 | 1100011 | 1011010 | 100100 | 101100010 | 1100010 | 100001 |
Color Harmonies of #A40211
Complementary color
Monochromatic Colors of #A40211
Black with #A40211
Text Example
Text Example
White with #A40211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40211; }
p { color: rgb(164,2,17); }
H1.HeaderClassName
{
color: #A40211;
}
.AnyTagClassName
{
color: #A40211;
}
</style>
background-color css
<style>
a { background-color: #A40211; }
a { background-color: rgb(164,2,17); }
div.DivClassName
{
background-color: #A40211;
}
.BgClassName
{
background-color: #A40211;
}
</style>
border-color css
<style>
span { border-color: #A40211; }
span { border-color: rgb(164,2,17); }
td.TdClassName
{
border-color: #A40211;
}
.TagClassName
{
border-color: #A40211;
}
</style>