Shades of Carmine #A2011D
Tints of Carmine #A2011D
RGB
CMYK
RGB Variations
Color information
#A2011D (or 0xA2011D) is known color: Carmine. HEX triplet: A2, 01 and 1D. RGB value is (162,1,29). Sum of RGB (Red+Green+Blue) = 162+1+29=192 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.38% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 162 - color contains mainly: red. Hex color #A2011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2011D is #5DFEE2. Grayscale: #343434. Windows color (decimal): -6160099 or 1900962. OLE color: 1900962.
HSL color Cylindrical-coordinate representation of color #A2011D: hue angle of 349.57º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2011D is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.36 |
| HSL | 349.57º | 0.99% | 0.32% | - |
| HSV(B) | 349.57º | 0.99% | 0.64% | - |
| XYZ | 15.13 | 7.79 | 1.87 | - |
| YUV | 52.33 | 114.84 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 29 | 0 | 0.99 | 0.82 | 0.36 | 349.57 | 0.99 | 0.32 |
| Hex | A2 | 1 | 1D | 0 | 63 | 52 | 24 | 15E | 63 | 20 |
| Octal | 242 | 1 | 35 | 0 | 143 | 122 | 44 | 536 | 143 | 40 |
| Binary | 10100010 | 1 | 11101 | 0 | 1100011 | 1010010 | 100100 | 101011110 | 1100011 | 100000 |
Color Harmonies of #A2011D
Complementary color
Monochromatic Colors of #A2011D
Black with #A2011D
Text Example
Text Example
White with #A2011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2011D; }
p { color: rgb(162,1,29); }
H1.HeaderClassName
{
color: #A2011D;
}
.AnyTagClassName
{
color: #A2011D;
}
</style>
background-color css
<style>
a { background-color: #A2011D; }
a { background-color: rgb(162,1,29); }
div.DivClassName
{
background-color: #A2011D;
}
.BgClassName
{
background-color: #A2011D;
}
</style>
border-color css
<style>
span { border-color: #A2011D; }
span { border-color: rgb(162,1,29); }
td.TdClassName
{
border-color: #A2011D;
}
.TagClassName
{
border-color: #A2011D;
}
</style>