Shades of Carmine #A2012D
Tints of Carmine #A2012D
RGB
CMYK
RGB Variations
Color information
#A2012D (or 0xA2012D) is known color: Carmine. HEX triplet: A2, 01 and 2D. RGB value is (162,1,45). Sum of RGB (Red+Green+Blue) = 162+1+45=208 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.88% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 162 - color contains mainly: red. Hex color #A2012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2012D is #5DFED2. Grayscale: #363636. Windows color (decimal): -6160083 or 2949538. OLE color: 2949538.
HSL color Cylindrical-coordinate representation of color #A2012D: hue angle of 343.6º 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 #A2012D is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 45 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.36 |
| HSL | 343.6º | 0.99% | 0.32% | - |
| HSV(B) | 343.6º | 0.99% | 0.64% | - |
| XYZ | 15.38 | 7.89 | 3.2 | - |
| YUV | 54.16 | 122.84 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 45 | 0 | 0.99 | 0.72 | 0.36 | 343.6 | 0.99 | 0.32 |
| Hex | A2 | 1 | 2D | 0 | 63 | 48 | 24 | 158 | 63 | 20 |
| Octal | 242 | 1 | 55 | 0 | 143 | 110 | 44 | 530 | 143 | 40 |
| Binary | 10100010 | 1 | 101101 | 0 | 1100011 | 1001000 | 100100 | 101011000 | 1100011 | 100000 |
Color Harmonies of #A2012D
Complementary color
Monochromatic Colors of #A2012D
Black with #A2012D
Text Example
Text Example
White with #A2012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2012D; }
p { color: rgb(162,1,45); }
H1.HeaderClassName
{
color: #A2012D;
}
.AnyTagClassName
{
color: #A2012D;
}
</style>
background-color css
<style>
a { background-color: #A2012D; }
a { background-color: rgb(162,1,45); }
div.DivClassName
{
background-color: #A2012D;
}
.BgClassName
{
background-color: #A2012D;
}
</style>
border-color css
<style>
span { border-color: #A2012D; }
span { border-color: rgb(162,1,45); }
td.TdClassName
{
border-color: #A2012D;
}
.TagClassName
{
border-color: #A2012D;
}
</style>