Shades of Carmine #A80218
Tints of Carmine #A80218
RGB
CMYK
RGB Variations
Color information
#A80218 (or 0xA80218) is known color: Carmine. HEX triplet: A8, 02 and 18. RGB value is (168,2,24). Sum of RGB (Red+Green+Blue) = 168+2+24=194 (25% of max value = 765). Red value is 168 (66.02% from 255 or 86.60% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 168 - color contains mainly: red. Hex color #A80218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80218 is #57FDE7. Grayscale: #363636. Windows color (decimal): -5766632 or 1573544. OLE color: 1573544.
HSL color Cylindrical-coordinate representation of color #A80218: hue angle of 352.05º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A80218 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 2 | 24 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.34 |
| HSL | 352.05º | 0.98% | 0.33% | - |
| HSV(B) | 352.05º | 0.99% | 0.66% | - |
| XYZ | 16.34 | 8.43 | 1.63 | - |
| YUV | 54.14 | 111 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 2 | 24 | 0 | 0.99 | 0.86 | 0.34 | 352.05 | 0.98 | 0.33 |
| Hex | A8 | 2 | 18 | 0 | 63 | 56 | 22 | 160 | 62 | 21 |
| Octal | 250 | 2 | 30 | 0 | 143 | 126 | 42 | 540 | 142 | 41 |
| Binary | 10101000 | 10 | 11000 | 0 | 1100011 | 1010110 | 100010 | 101100000 | 1100010 | 100001 |
Color Harmonies of #A80218
Complementary color
Monochromatic Colors of #A80218
Black with #A80218
Text Example
Text Example
White with #A80218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A80218; }
p { color: rgb(168,2,24); }
H1.HeaderClassName
{
color: #A80218;
}
.AnyTagClassName
{
color: #A80218;
}
</style>
background-color css
<style>
a { background-color: #A80218; }
a { background-color: rgb(168,2,24); }
div.DivClassName
{
background-color: #A80218;
}
.BgClassName
{
background-color: #A80218;
}
</style>
border-color css
<style>
span { border-color: #A80218; }
span { border-color: rgb(168,2,24); }
td.TdClassName
{
border-color: #A80218;
}
.TagClassName
{
border-color: #A80218;
}
</style>