Shades of Carmine #A2012F
Tints of Carmine #A2012F
RGB
CMYK
RGB Variations
Color information
#A2012F (or 0xA2012F) is known color: Carmine. HEX triplet: A2, 01 and 2F. RGB value is (162,1,47). Sum of RGB (Red+Green+Blue) = 162+1+47=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A2012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2012F is #5DFED0. Grayscale: #363636. Windows color (decimal): -6160081 or 3080610. OLE color: 3080610.
HSL color Cylindrical-coordinate representation of color #A2012F: hue angle of 342.86º 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 #A2012F is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.36 |
| HSL | 342.86º | 0.99% | 0.32% | - |
| HSV(B) | 342.86º | 0.99% | 0.64% | - |
| XYZ | 15.42 | 7.91 | 3.4 | - |
| YUV | 54.38 | 123.84 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 47 | 0 | 0.99 | 0.71 | 0.36 | 342.86 | 0.99 | 0.32 |
| Hex | A2 | 1 | 2F | 0 | 63 | 47 | 24 | 157 | 63 | 20 |
| Octal | 242 | 1 | 57 | 0 | 143 | 107 | 44 | 527 | 143 | 40 |
| Binary | 10100010 | 1 | 101111 | 0 | 1100011 | 1000111 | 100100 | 101010111 | 1100011 | 100000 |
Color Harmonies of #A2012F
Complementary color
Monochromatic Colors of #A2012F
Black with #A2012F
Text Example
Text Example
White with #A2012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2012F; }
p { color: rgb(162,1,47); }
H1.HeaderClassName
{
color: #A2012F;
}
.AnyTagClassName
{
color: #A2012F;
}
</style>
background-color css
<style>
a { background-color: #A2012F; }
a { background-color: rgb(162,1,47); }
div.DivClassName
{
background-color: #A2012F;
}
.BgClassName
{
background-color: #A2012F;
}
</style>
border-color css
<style>
span { border-color: #A2012F; }
span { border-color: rgb(162,1,47); }
td.TdClassName
{
border-color: #A2012F;
}
.TagClassName
{
border-color: #A2012F;
}
</style>