Shades of Carmine #A80032
Tints of Carmine #A80032
RGB
CMYK
RGB Variations
Color information
#A80032 (or 0xA80032) is known color: Carmine. HEX triplet: A8, 00 and 32. RGB value is (168,0,50). Sum of RGB (Red+Green+Blue) = 168+0+50=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A80032 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80032 is #57FFCD. Grayscale: #373737. Windows color (decimal): -5767118 or 3276968. OLE color: 3276968.
HSL color Cylindrical-coordinate representation of color #A80032: hue angle of 342.14º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80032 is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 0 | 50 | - |
| CMYK | 0 | 1 | 0.70 | 0.34 |
| HSL | 342.14º | 1% | 0.33% | - |
| HSV(B) | 342.14º | 1% | 0.66% | - |
| XYZ | 16.72 | 8.56 | 3.79 | - |
| YUV | 55.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 0 | 50 | 0 | 1 | 0.70 | 0.34 | 342.14 | 1 | 0.33 |
| Hex | A8 | 0 | 32 | 0 | 64 | 46 | 22 | 156 | 64 | 21 |
| Octal | 250 | 0 | 62 | 0 | 144 | 106 | 42 | 526 | 144 | 41 |
| Binary | 10101000 | 0 | 110010 | 0 | 1100100 | 1000110 | 100010 | 101010110 | 1100100 | 100001 |
Color Harmonies of #A80032
Complementary color
Monochromatic Colors of #A80032
Black with #A80032
Text Example
Text Example
White with #A80032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80032; }
p { color: rgb(168,0,50); }
H1.HeaderClassName
{
color: #A80032;
}
.AnyTagClassName
{
color: #A80032;
}
</style>
background-color css
<style>
a { background-color: #A80032; }
a { background-color: rgb(168,0,50); }
div.DivClassName
{
background-color: #A80032;
}
.BgClassName
{
background-color: #A80032;
}
</style>
border-color css
<style>
span { border-color: #A80032; }
span { border-color: rgb(168,0,50); }
td.TdClassName
{
border-color: #A80032;
}
.TagClassName
{
border-color: #A80032;
}
</style>