Shades of Carmine #AA1722
Tints of Carmine #AA1722
RGB
CMYK
RGB Variations
Color information
#AA1722 (or 0xAA1722) is known color: Carmine. HEX triplet: AA, 17 and 22. RGB value is (170,23,34). Sum of RGB (Red+Green+Blue) = 170+23+34=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1722 is #55E8DD. Grayscale: #444444. Windows color (decimal): -5630174 or 2234282. OLE color: 2234282.
HSL color Cylindrical-coordinate representation of color #AA1722: hue angle of 355.51º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA1722 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 23 | 34 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.33 |
| HSL | 355.51º | 0.76% | 0.38% | - |
| HSV(B) | 355.51º | 0.86% | 0.67% | - |
| XYZ | 17.17 | 9.27 | 2.4 | - |
| YUV | 68.21 | 108.7 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 23 | 34 | 0 | 0.86 | 0.80 | 0.33 | 355.51 | 0.76 | 0.38 |
| Hex | AA | 17 | 22 | 0 | 56 | 50 | 21 | 164 | 4C | 26 |
| Octal | 252 | 27 | 42 | 0 | 126 | 120 | 41 | 544 | 114 | 46 |
| Binary | 10101010 | 10111 | 100010 | 0 | 1010110 | 1010000 | 100001 | 101100100 | 1001100 | 100110 |
Color Harmonies of #AA1722
Complementary color
Monochromatic Colors of #AA1722
Black with #AA1722
Text Example
Text Example
White with #AA1722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA1722; }
p { color: rgb(170,23,34); }
H1.HeaderClassName
{
color: #AA1722;
}
.AnyTagClassName
{
color: #AA1722;
}
</style>
background-color css
<style>
a { background-color: #AA1722; }
a { background-color: rgb(170,23,34); }
div.DivClassName
{
background-color: #AA1722;
}
.BgClassName
{
background-color: #AA1722;
}
</style>
border-color css
<style>
span { border-color: #AA1722; }
span { border-color: rgb(170,23,34); }
td.TdClassName
{
border-color: #AA1722;
}
.TagClassName
{
border-color: #AA1722;
}
</style>