Shades of Carmine #A20032
Tints of Carmine #A20032
RGB
CMYK
RGB Variations
Color information
#A20032 (or 0xA20032) is known color: Carmine. HEX triplet: A2, 00 and 32. RGB value is (162,0,50). Sum of RGB (Red+Green+Blue) = 162+0+50=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A20032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20032 is #5DFFCD. Grayscale: #363636. Windows color (decimal): -6160334 or 3276962. OLE color: 3276962.
HSL color Cylindrical-coordinate representation of color #A20032: hue angle of 341.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A20032 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.69 | 0.36 |
| HSL | 341.48º | 1% | 0.32% | - |
| HSV(B) | 341.48º | 1% | 0.64% | - |
| XYZ | 15.48 | 7.91 | 3.73 | - |
| YUV | 54.14 | 125.67 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 50 | 0 | 1 | 0.69 | 0.36 | 341.48 | 1 | 0.32 |
| Hex | A2 | 0 | 32 | 0 | 64 | 45 | 24 | 155 | 64 | 20 |
| Octal | 242 | 0 | 62 | 0 | 144 | 105 | 44 | 525 | 144 | 40 |
| Binary | 10100010 | 0 | 110010 | 0 | 1100100 | 1000101 | 100100 | 101010101 | 1100100 | 100000 |
Color Harmonies of #A20032
Complementary color
Monochromatic Colors of #A20032
Black with #A20032
Text Example
Text Example
White with #A20032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20032; }
p { color: rgb(162,0,50); }
H1.HeaderClassName
{
color: #A20032;
}
.AnyTagClassName
{
color: #A20032;
}
</style>
background-color css
<style>
a { background-color: #A20032; }
a { background-color: rgb(162,0,50); }
div.DivClassName
{
background-color: #A20032;
}
.BgClassName
{
background-color: #A20032;
}
</style>
border-color css
<style>
span { border-color: #A20032; }
span { border-color: rgb(162,0,50); }
td.TdClassName
{
border-color: #A20032;
}
.TagClassName
{
border-color: #A20032;
}
</style>