Shades of Carmine #A20C31
Tints of Carmine #A20C31
RGB
CMYK
RGB Variations
Color information
#A20C31 (or 0xA20C31) is known color: Carmine. HEX triplet: A2, 0C and 31. RGB value is (162,12,49). Sum of RGB (Red+Green+Blue) = 162+12+49=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C31 is #5DF3CE. Grayscale: #3D3D3D. Windows color (decimal): -6157263 or 3214498. OLE color: 3214498.
HSL color Cylindrical-coordinate representation of color #A20C31: hue angle of 345.2º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C31 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 12 | 49 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.36 |
| HSL | 345.2º | 0.86% | 0.34% | - |
| HSV(B) | 345.2º | 0.93% | 0.64% | - |
| XYZ | 15.59 | 8.17 | 3.66 | - |
| YUV | 61.07 | 121.2 | 199.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 12 | 49 | 0 | 0.93 | 0.70 | 0.36 | 345.2 | 0.86 | 0.34 |
| Hex | A2 | C | 31 | 0 | 5D | 46 | 24 | 159 | 56 | 22 |
| Octal | 242 | 14 | 61 | 0 | 135 | 106 | 44 | 531 | 126 | 42 |
| Binary | 10100010 | 1100 | 110001 | 0 | 1011101 | 1000110 | 100100 | 101011001 | 1010110 | 100010 |
Color Harmonies of #A20C31
Complementary color
Monochromatic Colors of #A20C31
Black with #A20C31
Text Example
Text Example
White with #A20C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20C31; }
p { color: rgb(162,12,49); }
H1.HeaderClassName
{
color: #A20C31;
}
.AnyTagClassName
{
color: #A20C31;
}
</style>
background-color css
<style>
a { background-color: #A20C31; }
a { background-color: rgb(162,12,49); }
div.DivClassName
{
background-color: #A20C31;
}
.BgClassName
{
background-color: #A20C31;
}
</style>
border-color css
<style>
span { border-color: #A20C31; }
span { border-color: rgb(162,12,49); }
td.TdClassName
{
border-color: #A20C31;
}
.TagClassName
{
border-color: #A20C31;
}
</style>