Shades of Carmine #A0021A
Tints of Carmine #A0021A
RGB
CMYK
RGB Variations
Color information
#A0021A (or 0xA0021A) is known color: Carmine. HEX triplet: A0, 02 and 1A. RGB value is (160,2,26). Sum of RGB (Red+Green+Blue) = 160+2+26=188 (24% of max value = 765). Red value is 160 (62.89% from 255 or 85.11% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 160 - color contains mainly: red. Hex color #A0021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0021A is #5FFDE5. Grayscale: #343434. Windows color (decimal): -6290918 or 1704608. OLE color: 1704608.
HSL color Cylindrical-coordinate representation of color #A0021A: hue angle of 350.89º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A0021A is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.37 |
| HSL | 350.89º | 0.98% | 0.32% | - |
| HSV(B) | 350.89º | 0.99% | 0.63% | - |
| XYZ | 14.71 | 7.59 | 1.67 | - |
| YUV | 51.98 | 113.35 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 26 | 0 | 0.99 | 0.84 | 0.37 | 350.89 | 0.98 | 0.32 |
| Hex | A0 | 2 | 1A | 0 | 63 | 54 | 25 | 15F | 62 | 20 |
| Octal | 240 | 2 | 32 | 0 | 143 | 124 | 45 | 537 | 142 | 40 |
| Binary | 10100000 | 10 | 11010 | 0 | 1100011 | 1010100 | 100101 | 101011111 | 1100010 | 100000 |
Color Harmonies of #A0021A
Complementary color
Monochromatic Colors of #A0021A
Black with #A0021A
Text Example
Text Example
White with #A0021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0021A; }
p { color: rgb(160,2,26); }
H1.HeaderClassName
{
color: #A0021A;
}
.AnyTagClassName
{
color: #A0021A;
}
</style>
background-color css
<style>
a { background-color: #A0021A; }
a { background-color: rgb(160,2,26); }
div.DivClassName
{
background-color: #A0021A;
}
.BgClassName
{
background-color: #A0021A;
}
</style>
border-color css
<style>
span { border-color: #A0021A; }
span { border-color: rgb(160,2,26); }
td.TdClassName
{
border-color: #A0021A;
}
.TagClassName
{
border-color: #A0021A;
}
</style>