Shades of Carmine #A20D1D
Tints of Carmine #A20D1D
RGB
CMYK
RGB Variations
Color information
#A20D1D (or 0xA20D1D) is known color: Carmine. HEX triplet: A2, 0D and 1D. RGB value is (162,13,29). Sum of RGB (Red+Green+Blue) = 162+13+29=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 13 (5.47% from 255 or 6.37% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D1D is #5DF2E2. Grayscale: #3B3B3B. Windows color (decimal): -6157027 or 1904034. OLE color: 1904034.
HSL color Cylindrical-coordinate representation of color #A20D1D: hue angle of 353.56º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A20D1D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 29 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.36 |
| HSL | 353.56º | 0.85% | 0.34% | - |
| HSV(B) | 353.56º | 0.92% | 0.64% | - |
| XYZ | 15.27 | 8.06 | 1.91 | - |
| YUV | 59.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 29 | 0 | 0.92 | 0.82 | 0.36 | 353.56 | 0.85 | 0.34 |
| Hex | A2 | D | 1D | 0 | 5C | 52 | 24 | 162 | 55 | 22 |
| Octal | 242 | 15 | 35 | 0 | 134 | 122 | 44 | 542 | 125 | 42 |
| Binary | 10100010 | 1101 | 11101 | 0 | 1011100 | 1010010 | 100100 | 101100010 | 1010101 | 100010 |
Color Harmonies of #A20D1D
Complementary color
Monochromatic Colors of #A20D1D
Black with #A20D1D
Text Example
Text Example
White with #A20D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D1D; }
p { color: rgb(162,13,29); }
H1.HeaderClassName
{
color: #A20D1D;
}
.AnyTagClassName
{
color: #A20D1D;
}
</style>
background-color css
<style>
a { background-color: #A20D1D; }
a { background-color: rgb(162,13,29); }
div.DivClassName
{
background-color: #A20D1D;
}
.BgClassName
{
background-color: #A20D1D;
}
</style>
border-color css
<style>
span { border-color: #A20D1D; }
span { border-color: rgb(162,13,29); }
td.TdClassName
{
border-color: #A20D1D;
}
.TagClassName
{
border-color: #A20D1D;
}
</style>