Shades of Carmine #A2002F
Tints of Carmine #A2002F
RGB
CMYK
RGB Variations
Color information
#A2002F (or 0xA2002F) is known color: Carmine. HEX triplet: A2, 00 and 2F. RGB value is (162,0,47). Sum of RGB (Red+Green+Blue) = 162+0+47=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A2002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2002F is #5DFFD0. Grayscale: #353535. Windows color (decimal): -6160337 or 3080354. OLE color: 3080354.
HSL color Cylindrical-coordinate representation of color #A2002F: hue angle of 342.59º 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 #A2002F is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.71 | 0.36 |
| HSL | 342.59º | 1% | 0.32% | - |
| HSV(B) | 342.59º | 1% | 0.64% | - |
| XYZ | 15.41 | 7.89 | 3.4 | - |
| YUV | 53.8 | 124.17 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 47 | 0 | 1 | 0.71 | 0.36 | 342.59 | 1 | 0.32 |
| Hex | A2 | 0 | 2F | 0 | 64 | 47 | 24 | 157 | 64 | 20 |
| Octal | 242 | 0 | 57 | 0 | 144 | 107 | 44 | 527 | 144 | 40 |
| Binary | 10100010 | 0 | 101111 | 0 | 1100100 | 1000111 | 100100 | 101010111 | 1100100 | 100000 |
Color Harmonies of #A2002F
Complementary color
Monochromatic Colors of #A2002F
Black with #A2002F
Text Example
Text Example
White with #A2002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2002F; }
p { color: rgb(162,0,47); }
H1.HeaderClassName
{
color: #A2002F;
}
.AnyTagClassName
{
color: #A2002F;
}
</style>
background-color css
<style>
a { background-color: #A2002F; }
a { background-color: rgb(162,0,47); }
div.DivClassName
{
background-color: #A2002F;
}
.BgClassName
{
background-color: #A2002F;
}
</style>
border-color css
<style>
span { border-color: #A2002F; }
span { border-color: rgb(162,0,47); }
td.TdClassName
{
border-color: #A2002F;
}
.TagClassName
{
border-color: #A2002F;
}
</style>