Shades of Carmine #AA0922
Tints of Carmine #AA0922
RGB
CMYK
RGB Variations
Color information
#AA0922 (or 0xAA0922) is known color: Carmine. HEX triplet: AA, 09 and 22. RGB value is (170,9,34). Sum of RGB (Red+Green+Blue) = 170+9+34=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 34 (13.67% from 255 or 15.96% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0922 is #55F6DD. Grayscale: #3C3C3C. Windows color (decimal): -5633758 or 2230698. OLE color: 2230698.
HSL color Cylindrical-coordinate representation of color #AA0922: hue angle of 350.68º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AA0922 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 34 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.33 |
| HSL | 350.68º | 0.9% | 0.35% | - |
| HSV(B) | 350.68º | 0.95% | 0.67% | - |
| XYZ | 16.96 | 8.86 | 2.33 | - |
| YUV | 59.99 | 113.34 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 34 | 0 | 0.95 | 0.80 | 0.33 | 350.68 | 0.9 | 0.35 |
| Hex | AA | 9 | 22 | 0 | 5F | 50 | 21 | 15F | 5A | 23 |
| Octal | 252 | 11 | 42 | 0 | 137 | 120 | 41 | 537 | 132 | 43 |
| Binary | 10101010 | 1001 | 100010 | 0 | 1011111 | 1010000 | 100001 | 101011111 | 1011010 | 100011 |
Color Harmonies of #AA0922
Complementary color
Monochromatic Colors of #AA0922
Black with #AA0922
Text Example
Text Example
White with #AA0922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0922; }
p { color: rgb(170,9,34); }
H1.HeaderClassName
{
color: #AA0922;
}
.AnyTagClassName
{
color: #AA0922;
}
</style>
background-color css
<style>
a { background-color: #AA0922; }
a { background-color: rgb(170,9,34); }
div.DivClassName
{
background-color: #AA0922;
}
.BgClassName
{
background-color: #AA0922;
}
</style>
border-color css
<style>
span { border-color: #AA0922; }
span { border-color: rgb(170,9,34); }
td.TdClassName
{
border-color: #AA0922;
}
.TagClassName
{
border-color: #AA0922;
}
</style>