Shades of Carmine #A2002D
Tints of Carmine #A2002D
RGB
CMYK
RGB Variations
Color information
#A2002D (or 0xA2002D) is known color: Carmine. HEX triplet: A2, 00 and 2D. RGB value is (162,0,45). Sum of RGB (Red+Green+Blue) = 162+0+45=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A2002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2002D is #5DFFD2. Grayscale: #353535. Windows color (decimal): -6160339 or 2949282. OLE color: 2949282.
HSL color Cylindrical-coordinate representation of color #A2002D: hue angle of 343.33º 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 #A2002D is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.72 | 0.36 |
| HSL | 343.33º | 1% | 0.32% | - |
| HSV(B) | 343.33º | 1% | 0.64% | - |
| XYZ | 15.37 | 7.87 | 3.19 | - |
| YUV | 53.57 | 123.17 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 45 | 0 | 1 | 0.72 | 0.36 | 343.33 | 1 | 0.32 |
| Hex | A2 | 0 | 2D | 0 | 64 | 48 | 24 | 157 | 64 | 20 |
| Octal | 242 | 0 | 55 | 0 | 144 | 110 | 44 | 527 | 144 | 40 |
| Binary | 10100010 | 0 | 101101 | 0 | 1100100 | 1001000 | 100100 | 101010111 | 1100100 | 100000 |
Color Harmonies of #A2002D
Complementary color
Monochromatic Colors of #A2002D
Black with #A2002D
Text Example
Text Example
White with #A2002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2002D; }
p { color: rgb(162,0,45); }
H1.HeaderClassName
{
color: #A2002D;
}
.AnyTagClassName
{
color: #A2002D;
}
</style>
background-color css
<style>
a { background-color: #A2002D; }
a { background-color: rgb(162,0,45); }
div.DivClassName
{
background-color: #A2002D;
}
.BgClassName
{
background-color: #A2002D;
}
</style>
border-color css
<style>
span { border-color: #A2002D; }
span { border-color: rgb(162,0,45); }
td.TdClassName
{
border-color: #A2002D;
}
.TagClassName
{
border-color: #A2002D;
}
</style>