Shades of Carmine #A80A20
Tints of Carmine #A80A20
RGB
CMYK
RGB Variations
Color information
#A80A20 (or 0xA80A20) is known color: Carmine. HEX triplet: A8, 0A and 20. RGB value is (168,10,32). Sum of RGB (Red+Green+Blue) = 168+10+32=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80A20 is #57F5DF. Grayscale: #3B3B3B. Windows color (decimal): -5764576 or 2099880. OLE color: 2099880.
HSL color Cylindrical-coordinate representation of color #A80A20: hue angle of 351.65º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A80A20 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 10 | 32 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.34 |
| HSL | 351.65º | 0.89% | 0.35% | - |
| HSV(B) | 351.65º | 0.94% | 0.66% | - |
| XYZ | 16.52 | 8.65 | 2.16 | - |
| YUV | 59.75 | 112.35 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 10 | 32 | 0 | 0.94 | 0.81 | 0.34 | 351.65 | 0.89 | 0.35 |
| Hex | A8 | A | 20 | 0 | 5E | 51 | 22 | 160 | 59 | 23 |
| Octal | 250 | 12 | 40 | 0 | 136 | 121 | 42 | 540 | 131 | 43 |
| Binary | 10101000 | 1010 | 100000 | 0 | 1011110 | 1010001 | 100010 | 101100000 | 1011001 | 100011 |
Color Harmonies of #A80A20
Complementary color
Monochromatic Colors of #A80A20
Black with #A80A20
Text Example
Text Example
White with #A80A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80A20; }
p { color: rgb(168,10,32); }
H1.HeaderClassName
{
color: #A80A20;
}
.AnyTagClassName
{
color: #A80A20;
}
</style>
background-color css
<style>
a { background-color: #A80A20; }
a { background-color: rgb(168,10,32); }
div.DivClassName
{
background-color: #A80A20;
}
.BgClassName
{
background-color: #A80A20;
}
</style>
border-color css
<style>
span { border-color: #A80A20; }
span { border-color: rgb(168,10,32); }
td.TdClassName
{
border-color: #A80A20;
}
.TagClassName
{
border-color: #A80A20;
}
</style>