Shades of Carmine #AA0932
Tints of Carmine #AA0932
RGB
CMYK
RGB Variations
Color information
#AA0932 (or 0xAA0932) is known color: Carmine. HEX triplet: AA, 09 and 32. RGB value is (170,9,50). Sum of RGB (Red+Green+Blue) = 170+9+50=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0932 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0932 is #55F6CD. Grayscale: #3D3D3D. Windows color (decimal): -5633742 or 3279274. OLE color: 3279274.
HSL color Cylindrical-coordinate representation of color #AA0932: hue angle of 344.72º 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 #AA0932 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 50 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.33 |
| HSL | 344.72º | 0.9% | 0.35% | - |
| HSV(B) | 344.72º | 0.95% | 0.67% | - |
| XYZ | 17.25 | 8.97 | 3.84 | - |
| YUV | 61.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 50 | 0 | 0.95 | 0.71 | 0.33 | 344.72 | 0.9 | 0.35 |
| Hex | AA | 9 | 32 | 0 | 5F | 47 | 21 | 159 | 5A | 23 |
| Octal | 252 | 11 | 62 | 0 | 137 | 107 | 41 | 531 | 132 | 43 |
| Binary | 10101010 | 1001 | 110010 | 0 | 1011111 | 1000111 | 100001 | 101011001 | 1011010 | 100011 |
Color Harmonies of #AA0932
Complementary color
Monochromatic Colors of #AA0932
Black with #AA0932
Text Example
Text Example
White with #AA0932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0932; }
p { color: rgb(170,9,50); }
H1.HeaderClassName
{
color: #AA0932;
}
.AnyTagClassName
{
color: #AA0932;
}
</style>
background-color css
<style>
a { background-color: #AA0932; }
a { background-color: rgb(170,9,50); }
div.DivClassName
{
background-color: #AA0932;
}
.BgClassName
{
background-color: #AA0932;
}
</style>
border-color css
<style>
span { border-color: #AA0932; }
span { border-color: rgb(170,9,50); }
td.TdClassName
{
border-color: #AA0932;
}
.TagClassName
{
border-color: #AA0932;
}
</style>