Shades of Carmine #A20A1D
Tints of Carmine #A20A1D
RGB
CMYK
RGB Variations
Color information
#A20A1D (or 0xA20A1D) is known color: Carmine. HEX triplet: A2, 0A and 1D. RGB value is (162,10,29). Sum of RGB (Red+Green+Blue) = 162+10+29=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 10 (4.30% from 255 or 4.98% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20A1D is #5DF5E2. Grayscale: #393939. Windows color (decimal): -6157795 or 1903266. OLE color: 1903266.
HSL color Cylindrical-coordinate representation of color #A20A1D: hue angle of 352.5º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20A1D is Cyan = 0, Magento = 0.94, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 10 | 29 | - |
| CMYK | 0 | 0.94 | 0.82 | 0.36 |
| HSL | 352.5º | 0.88% | 0.34% | - |
| HSV(B) | 352.5º | 0.94% | 0.64% | - |
| XYZ | 15.23 | 7.99 | 1.9 | - |
| YUV | 57.61 | 111.86 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 10 | 29 | 0 | 0.94 | 0.82 | 0.36 | 352.5 | 0.88 | 0.34 |
| Hex | A2 | A | 1D | 0 | 5E | 52 | 24 | 160 | 58 | 22 |
| Octal | 242 | 12 | 35 | 0 | 136 | 122 | 44 | 540 | 130 | 42 |
| Binary | 10100010 | 1010 | 11101 | 0 | 1011110 | 1010010 | 100100 | 101100000 | 1011000 | 100010 |
Color Harmonies of #A20A1D
Complementary color
Monochromatic Colors of #A20A1D
Black with #A20A1D
Text Example
Text Example
White with #A20A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20A1D; }
p { color: rgb(162,10,29); }
H1.HeaderClassName
{
color: #A20A1D;
}
.AnyTagClassName
{
color: #A20A1D;
}
</style>
background-color css
<style>
a { background-color: #A20A1D; }
a { background-color: rgb(162,10,29); }
div.DivClassName
{
background-color: #A20A1D;
}
.BgClassName
{
background-color: #A20A1D;
}
</style>
border-color css
<style>
span { border-color: #A20A1D; }
span { border-color: rgb(162,10,29); }
td.TdClassName
{
border-color: #A20A1D;
}
.TagClassName
{
border-color: #A20A1D;
}
</style>