Shades of Carmine #AA0927
Tints of Carmine #AA0927
RGB
CMYK
RGB Variations
Color information
#AA0927 (or 0xAA0927) is known color: Carmine. HEX triplet: AA, 09 and 27. RGB value is (170,9,39). Sum of RGB (Red+Green+Blue) = 170+9+39=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0927 is #55F6D8. Grayscale: #3C3C3C. Windows color (decimal): -5633753 or 2558378. OLE color: 2558378.
HSL color Cylindrical-coordinate representation of color #AA0927: hue angle of 348.82º 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 #AA0927 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 39 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.33 |
| HSL | 348.82º | 0.9% | 0.35% | - |
| HSV(B) | 348.82º | 0.95% | 0.67% | - |
| XYZ | 17.04 | 8.89 | 2.74 | - |
| YUV | 60.56 | 115.84 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 39 | 0 | 0.95 | 0.77 | 0.33 | 348.82 | 0.9 | 0.35 |
| Hex | AA | 9 | 27 | 0 | 5F | 4D | 21 | 15D | 5A | 23 |
| Octal | 252 | 11 | 47 | 0 | 137 | 115 | 41 | 535 | 132 | 43 |
| Binary | 10101010 | 1001 | 100111 | 0 | 1011111 | 1001101 | 100001 | 101011101 | 1011010 | 100011 |
Color Harmonies of #AA0927
Complementary color
Monochromatic Colors of #AA0927
Black with #AA0927
Text Example
Text Example
White with #AA0927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0927; }
p { color: rgb(170,9,39); }
H1.HeaderClassName
{
color: #AA0927;
}
.AnyTagClassName
{
color: #AA0927;
}
</style>
background-color css
<style>
a { background-color: #AA0927; }
a { background-color: rgb(170,9,39); }
div.DivClassName
{
background-color: #AA0927;
}
.BgClassName
{
background-color: #AA0927;
}
</style>
border-color css
<style>
span { border-color: #AA0927; }
span { border-color: rgb(170,9,39); }
td.TdClassName
{
border-color: #AA0927;
}
.TagClassName
{
border-color: #AA0927;
}
</style>