Shades of Carmine #A00A21
Tints of Carmine #A00A21
RGB
CMYK
RGB Variations
Color information
#A00A21 (or 0xA00A21) is known color: Carmine. HEX triplet: A0, 0A and 21. RGB value is (160,10,33). Sum of RGB (Red+Green+Blue) = 160+10+33=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00A21 is #5FF5DE. Grayscale: #393939. Windows color (decimal): -6288863 or 2165408. OLE color: 2165408.
HSL color Cylindrical-coordinate representation of color #A00A21: hue angle of 350.8º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A21 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 10 | 33 | - |
| CMYK | 0 | 0.94 | 0.79 | 0.37 |
| HSL | 350.8º | 0.88% | 0.33% | - |
| HSV(B) | 350.8º | 0.94% | 0.63% | - |
| XYZ | 14.88 | 7.8 | 2.16 | - |
| YUV | 57.47 | 114.2 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 10 | 33 | 0 | 0.94 | 0.79 | 0.37 | 350.8 | 0.88 | 0.33 |
| Hex | A0 | A | 21 | 0 | 5E | 4F | 25 | 15F | 58 | 21 |
| Octal | 240 | 12 | 41 | 0 | 136 | 117 | 45 | 537 | 130 | 41 |
| Binary | 10100000 | 1010 | 100001 | 0 | 1011110 | 1001111 | 100101 | 101011111 | 1011000 | 100001 |
Color Harmonies of #A00A21
Complementary color
Monochromatic Colors of #A00A21
Black with #A00A21
Text Example
Text Example
White with #A00A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00A21; }
p { color: rgb(160,10,33); }
H1.HeaderClassName
{
color: #A00A21;
}
.AnyTagClassName
{
color: #A00A21;
}
</style>
background-color css
<style>
a { background-color: #A00A21; }
a { background-color: rgb(160,10,33); }
div.DivClassName
{
background-color: #A00A21;
}
.BgClassName
{
background-color: #A00A21;
}
</style>
border-color css
<style>
span { border-color: #A00A21; }
span { border-color: rgb(160,10,33); }
td.TdClassName
{
border-color: #A00A21;
}
.TagClassName
{
border-color: #A00A21;
}
</style>