Shades of Carmine #A00221
Tints of Carmine #A00221
RGB
CMYK
RGB Variations
Color information
#A00221 (or 0xA00221) is known color: Carmine. HEX triplet: A0, 02 and 21. RGB value is (160,2,33). Sum of RGB (Red+Green+Blue) = 160+2+33=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A00221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A00221 is #5FFDDE. Grayscale: #343434. Windows color (decimal): -6290911 or 2163360. OLE color: 2163360.
HSL color Cylindrical-coordinate representation of color #A00221: hue angle of 348.23º 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 #A00221 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.37 |
| HSL | 348.23º | 0.98% | 0.32% | - |
| HSV(B) | 348.23º | 0.99% | 0.63% | - |
| XYZ | 14.79 | 7.63 | 2.13 | - |
| YUV | 52.78 | 116.85 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 2 | 33 | 0 | 0.99 | 0.79 | 0.37 | 348.23 | 0.98 | 0.32 |
| Hex | A0 | 2 | 21 | 0 | 63 | 4F | 25 | 15C | 62 | 20 |
| Octal | 240 | 2 | 41 | 0 | 143 | 117 | 45 | 534 | 142 | 40 |
| Binary | 10100000 | 10 | 100001 | 0 | 1100011 | 1001111 | 100101 | 101011100 | 1100010 | 100000 |
Color Harmonies of #A00221
Complementary color
Monochromatic Colors of #A00221
Black with #A00221
Text Example
Text Example
White with #A00221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A00221; }
p { color: rgb(160,2,33); }
H1.HeaderClassName
{
color: #A00221;
}
.AnyTagClassName
{
color: #A00221;
}
</style>
background-color css
<style>
a { background-color: #A00221; }
a { background-color: rgb(160,2,33); }
div.DivClassName
{
background-color: #A00221;
}
.BgClassName
{
background-color: #A00221;
}
</style>
border-color css
<style>
span { border-color: #A00221; }
span { border-color: rgb(160,2,33); }
td.TdClassName
{
border-color: #A00221;
}
.TagClassName
{
border-color: #A00221;
}
</style>