Shades of Carmine #A2001D
Tints of Carmine #A2001D
RGB
CMYK
RGB Variations
Color information
#A2001D (or 0xA2001D) is known color: Carmine. HEX triplet: A2, 00 and 1D. RGB value is (162,0,29). Sum of RGB (Red+Green+Blue) = 162+0+29=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 29 (11.72% from 255 or 15.18% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2001D is #5DFFE2. Grayscale: #333333. Windows color (decimal): -6160355 or 1900706. OLE color: 1900706.
HSL color Cylindrical-coordinate representation of color #A2001D: hue angle of 349.26º 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 #A2001D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.82 | 0.36 |
| HSL | 349.26º | 1% | 0.32% | - |
| HSV(B) | 349.26º | 1% | 0.64% | - |
| XYZ | 15.12 | 7.77 | 1.87 | - |
| YUV | 51.74 | 115.17 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 29 | 0 | 1 | 0.82 | 0.36 | 349.26 | 1 | 0.32 |
| Hex | A2 | 0 | 1D | 0 | 64 | 52 | 24 | 15D | 64 | 20 |
| Octal | 242 | 0 | 35 | 0 | 144 | 122 | 44 | 535 | 144 | 40 |
| Binary | 10100010 | 0 | 11101 | 0 | 1100100 | 1010010 | 100100 | 101011101 | 1100100 | 100000 |
Color Harmonies of #A2001D
Complementary color
Monochromatic Colors of #A2001D
Black with #A2001D
Text Example
Text Example
White with #A2001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2001D; }
p { color: rgb(162,0,29); }
H1.HeaderClassName
{
color: #A2001D;
}
.AnyTagClassName
{
color: #A2001D;
}
</style>
background-color css
<style>
a { background-color: #A2001D; }
a { background-color: rgb(162,0,29); }
div.DivClassName
{
background-color: #A2001D;
}
.BgClassName
{
background-color: #A2001D;
}
</style>
border-color css
<style>
span { border-color: #A2001D; }
span { border-color: rgb(162,0,29); }
td.TdClassName
{
border-color: #A2001D;
}
.TagClassName
{
border-color: #A2001D;
}
</style>