Shades of Carmine #A91221
Tints of Carmine #A91221
RGB
CMYK
RGB Variations
Color information
#A91221 (or 0xA91221) is known color: Carmine. HEX triplet: A9, 12 and 21. RGB value is (169,18,33). Sum of RGB (Red+Green+Blue) = 169+18+33=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A91221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91221 is #56EDDE. Grayscale: #404040. Windows color (decimal): -5696991 or 2167465. OLE color: 2167465.
HSL color Cylindrical-coordinate representation of color #A91221: hue angle of 354.04º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91221 is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 18 | 33 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.34 |
| HSL | 354.04º | 0.81% | 0.37% | - |
| HSV(B) | 354.04º | 0.89% | 0.66% | - |
| XYZ | 16.85 | 8.98 | 2.28 | - |
| YUV | 64.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 18 | 33 | 0 | 0.89 | 0.80 | 0.34 | 354.04 | 0.81 | 0.37 |
| Hex | A9 | 12 | 21 | 0 | 59 | 50 | 22 | 162 | 51 | 25 |
| Octal | 251 | 22 | 41 | 0 | 131 | 120 | 42 | 542 | 121 | 45 |
| Binary | 10101001 | 10010 | 100001 | 0 | 1011001 | 1010000 | 100010 | 101100010 | 1010001 | 100101 |
Color Harmonies of #A91221
Complementary color
Monochromatic Colors of #A91221
Black with #A91221
Text Example
Text Example
White with #A91221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91221; }
p { color: rgb(169,18,33); }
H1.HeaderClassName
{
color: #A91221;
}
.AnyTagClassName
{
color: #A91221;
}
</style>
background-color css
<style>
a { background-color: #A91221; }
a { background-color: rgb(169,18,33); }
div.DivClassName
{
background-color: #A91221;
}
.BgClassName
{
background-color: #A91221;
}
</style>
border-color css
<style>
span { border-color: #A91221; }
span { border-color: rgb(169,18,33); }
td.TdClassName
{
border-color: #A91221;
}
.TagClassName
{
border-color: #A91221;
}
</style>