Shades of Carmine #A20D39
Tints of Carmine #A20D39
RGB
CMYK
RGB Variations
Color information
#A20D39 (or 0xA20D39) is known color: Carmine. HEX triplet: A2, 0D and 39. RGB value is (162,13,57). Sum of RGB (Red+Green+Blue) = 162+13+57=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A20D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20D39 is #5DF2C6. Grayscale: #3E3E3E. Windows color (decimal): -6156999 or 3739042. OLE color: 3739042.
HSL color Cylindrical-coordinate representation of color #A20D39: hue angle of 342.28º 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 #A20D39 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 13 | 57 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.36 |
| HSL | 342.28º | 0.85% | 0.34% | - |
| HSV(B) | 342.28º | 0.92% | 0.64% | - |
| XYZ | 15.78 | 8.26 | 4.63 | - |
| YUV | 62.57 | 124.86 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 13 | 57 | 0 | 0.92 | 0.65 | 0.36 | 342.28 | 0.85 | 0.34 |
| Hex | A2 | D | 39 | 0 | 5C | 41 | 24 | 156 | 55 | 22 |
| Octal | 242 | 15 | 71 | 0 | 134 | 101 | 44 | 526 | 125 | 42 |
| Binary | 10100010 | 1101 | 111001 | 0 | 1011100 | 1000001 | 100100 | 101010110 | 1010101 | 100010 |
Color Harmonies of #A20D39
Complementary color
Monochromatic Colors of #A20D39
Black with #A20D39
Text Example
Text Example
White with #A20D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20D39; }
p { color: rgb(162,13,57); }
H1.HeaderClassName
{
color: #A20D39;
}
.AnyTagClassName
{
color: #A20D39;
}
</style>
background-color css
<style>
a { background-color: #A20D39; }
a { background-color: rgb(162,13,57); }
div.DivClassName
{
background-color: #A20D39;
}
.BgClassName
{
background-color: #A20D39;
}
</style>
border-color css
<style>
span { border-color: #A20D39; }
span { border-color: rgb(162,13,57); }
td.TdClassName
{
border-color: #A20D39;
}
.TagClassName
{
border-color: #A20D39;
}
</style>