Shades of Carmine #AA092E
Tints of Carmine #AA092E
RGB
CMYK
RGB Variations
Color information
#AA092E (or 0xAA092E) is known color: Carmine. HEX triplet: AA, 09 and 2E. RGB value is (170,9,46). Sum of RGB (Red+Green+Blue) = 170+9+46=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA092E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA092E is #55F6D1. Grayscale: #3D3D3D. Windows color (decimal): -5633746 or 3017130. OLE color: 3017130.
HSL color Cylindrical-coordinate representation of color #AA092E: hue angle of 346.21º 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 #AA092E is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 46 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.33 |
| HSL | 346.21º | 0.9% | 0.35% | - |
| HSV(B) | 346.21º | 0.95% | 0.67% | - |
| XYZ | 17.17 | 8.94 | 3.41 | - |
| YUV | 61.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 46 | 0 | 0.95 | 0.73 | 0.33 | 346.21 | 0.9 | 0.35 |
| Hex | AA | 9 | 2E | 0 | 5F | 49 | 21 | 15A | 5A | 23 |
| Octal | 252 | 11 | 56 | 0 | 137 | 111 | 41 | 532 | 132 | 43 |
| Binary | 10101010 | 1001 | 101110 | 0 | 1011111 | 1001001 | 100001 | 101011010 | 1011010 | 100011 |
Color Harmonies of #AA092E
Complementary color
Monochromatic Colors of #AA092E
Black with #AA092E
Text Example
Text Example
White with #AA092E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA092E; }
p { color: rgb(170,9,46); }
H1.HeaderClassName
{
color: #AA092E;
}
.AnyTagClassName
{
color: #AA092E;
}
</style>
background-color css
<style>
a { background-color: #AA092E; }
a { background-color: rgb(170,9,46); }
div.DivClassName
{
background-color: #AA092E;
}
.BgClassName
{
background-color: #AA092E;
}
</style>
border-color css
<style>
span { border-color: #AA092E; }
span { border-color: rgb(170,9,46); }
td.TdClassName
{
border-color: #AA092E;
}
.TagClassName
{
border-color: #AA092E;
}
</style>