Shades of Carmine #A2002E
Tints of Carmine #A2002E
RGB
CMYK
RGB Variations
Color information
#A2002E (or 0xA2002E) is known color: Carmine. HEX triplet: A2, 00 and 2E. RGB value is (162,0,46). Sum of RGB (Red+Green+Blue) = 162+0+46=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2002E is #5DFFD1. Grayscale: #353535. Windows color (decimal): -6160338 or 3014818. OLE color: 3014818.
HSL color Cylindrical-coordinate representation of color #A2002E: hue angle of 342.96º 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 #A2002E is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.72 | 0.36 |
| HSL | 342.96º | 1% | 0.32% | - |
| HSV(B) | 342.96º | 1% | 0.64% | - |
| XYZ | 15.39 | 7.88 | 3.29 | - |
| YUV | 53.68 | 123.67 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 46 | 0 | 1 | 0.72 | 0.36 | 342.96 | 1 | 0.32 |
| Hex | A2 | 0 | 2E | 0 | 64 | 48 | 24 | 157 | 64 | 20 |
| Octal | 242 | 0 | 56 | 0 | 144 | 110 | 44 | 527 | 144 | 40 |
| Binary | 10100010 | 0 | 101110 | 0 | 1100100 | 1001000 | 100100 | 101010111 | 1100100 | 100000 |
Color Harmonies of #A2002E
Complementary color
Monochromatic Colors of #A2002E
Black with #A2002E
Text Example
Text Example
White with #A2002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2002E; }
p { color: rgb(162,0,46); }
H1.HeaderClassName
{
color: #A2002E;
}
.AnyTagClassName
{
color: #A2002E;
}
</style>
background-color css
<style>
a { background-color: #A2002E; }
a { background-color: rgb(162,0,46); }
div.DivClassName
{
background-color: #A2002E;
}
.BgClassName
{
background-color: #A2002E;
}
</style>
border-color css
<style>
span { border-color: #A2002E; }
span { border-color: rgb(162,0,46); }
td.TdClassName
{
border-color: #A2002E;
}
.TagClassName
{
border-color: #A2002E;
}
</style>