Shades of Carmine #AA091E
Tints of Carmine #AA091E
RGB
CMYK
RGB Variations
Color information
#AA091E (or 0xAA091E) is known color: Carmine. HEX triplet: AA, 09 and 1E. RGB value is (170,9,30). Sum of RGB (Red+Green+Blue) = 170+9+30=209 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.34% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 30 (12.11% from 255 or 14.35% from 209); Max value from RGB is 170 - color contains mainly: red. Hex color #AA091E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA091E is #55F6E1. Grayscale: #3B3B3B. Windows color (decimal): -5633762 or 1968554. OLE color: 1968554.
HSL color Cylindrical-coordinate representation of color #AA091E: hue angle of 352.17º 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 #AA091E is Cyan = 0, Magento = 0.95, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 30 | - |
| CMYK | 0 | 0.95 | 0.82 | 0.33 |
| HSL | 352.17º | 0.9% | 0.35% | - |
| HSV(B) | 352.17º | 0.95% | 0.67% | - |
| XYZ | 16.91 | 8.84 | 2.04 | - |
| YUV | 59.53 | 111.34 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 30 | 0 | 0.95 | 0.82 | 0.33 | 352.17 | 0.9 | 0.35 |
| Hex | AA | 9 | 1E | 0 | 5F | 52 | 21 | 160 | 5A | 23 |
| Octal | 252 | 11 | 36 | 0 | 137 | 122 | 41 | 540 | 132 | 43 |
| Binary | 10101010 | 1001 | 11110 | 0 | 1011111 | 1010010 | 100001 | 101100000 | 1011010 | 100011 |
Color Harmonies of #AA091E
Complementary color
Monochromatic Colors of #AA091E
Black with #AA091E
Text Example
Text Example
White with #AA091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA091E; }
p { color: rgb(170,9,30); }
H1.HeaderClassName
{
color: #AA091E;
}
.AnyTagClassName
{
color: #AA091E;
}
</style>
background-color css
<style>
a { background-color: #AA091E; }
a { background-color: rgb(170,9,30); }
div.DivClassName
{
background-color: #AA091E;
}
.BgClassName
{
background-color: #AA091E;
}
</style>
border-color css
<style>
span { border-color: #AA091E; }
span { border-color: rgb(170,9,30); }
td.TdClassName
{
border-color: #AA091E;
}
.TagClassName
{
border-color: #AA091E;
}
</style>