Shades of Carmine #A20732
Tints of Carmine #A20732
RGB
CMYK
RGB Variations
Color information
#A20732 (or 0xA20732) is known color: Carmine. HEX triplet: A2, 07 and 32. RGB value is (162,7,50). Sum of RGB (Red+Green+Blue) = 162+7+50=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A20732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20732 is #5DF8CD. Grayscale: #3A3A3A. Windows color (decimal): -6158542 or 3278754. OLE color: 3278754.
HSL color Cylindrical-coordinate representation of color #A20732: hue angle of 343.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A20732 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 50 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.36 |
| HSL | 343.35º | 0.92% | 0.33% | - |
| HSV(B) | 343.35º | 0.96% | 0.64% | - |
| XYZ | 15.55 | 8.06 | 3.75 | - |
| YUV | 58.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 50 | 0 | 0.96 | 0.69 | 0.36 | 343.35 | 0.92 | 0.33 |
| Hex | A2 | 7 | 32 | 0 | 60 | 45 | 24 | 157 | 5C | 21 |
| Octal | 242 | 7 | 62 | 0 | 140 | 105 | 44 | 527 | 134 | 41 |
| Binary | 10100010 | 111 | 110010 | 0 | 1100000 | 1000101 | 100100 | 101010111 | 1011100 | 100001 |
Color Harmonies of #A20732
Complementary color
Monochromatic Colors of #A20732
Black with #A20732
Text Example
Text Example
White with #A20732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20732; }
p { color: rgb(162,7,50); }
H1.HeaderClassName
{
color: #A20732;
}
.AnyTagClassName
{
color: #A20732;
}
</style>
background-color css
<style>
a { background-color: #A20732; }
a { background-color: rgb(162,7,50); }
div.DivClassName
{
background-color: #A20732;
}
.BgClassName
{
background-color: #A20732;
}
</style>
border-color css
<style>
span { border-color: #A20732; }
span { border-color: rgb(162,7,50); }
td.TdClassName
{
border-color: #A20732;
}
.TagClassName
{
border-color: #A20732;
}
</style>