Shades of Carmine #AA092D
Tints of Carmine #AA092D
RGB
CMYK
RGB Variations
Color information
#AA092D (or 0xAA092D) is known color: Carmine. HEX triplet: AA, 09 and 2D. RGB value is (170,9,45). Sum of RGB (Red+Green+Blue) = 170+9+45=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA092D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA092D is #55F6D2. Grayscale: #3D3D3D. Windows color (decimal): -5633747 or 2951594. OLE color: 2951594.
HSL color Cylindrical-coordinate representation of color #AA092D: hue angle of 346.58º 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 #AA092D is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 45 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.33 |
| HSL | 346.58º | 0.9% | 0.35% | - |
| HSV(B) | 346.58º | 0.95% | 0.67% | - |
| XYZ | 17.15 | 8.93 | 3.3 | - |
| YUV | 61.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 45 | 0 | 0.95 | 0.74 | 0.33 | 346.58 | 0.9 | 0.35 |
| Hex | AA | 9 | 2D | 0 | 5F | 4A | 21 | 15B | 5A | 23 |
| Octal | 252 | 11 | 55 | 0 | 137 | 112 | 41 | 533 | 132 | 43 |
| Binary | 10101010 | 1001 | 101101 | 0 | 1011111 | 1001010 | 100001 | 101011011 | 1011010 | 100011 |
Color Harmonies of #AA092D
Complementary color
Monochromatic Colors of #AA092D
Black with #AA092D
Text Example
Text Example
White with #AA092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA092D; }
p { color: rgb(170,9,45); }
H1.HeaderClassName
{
color: #AA092D;
}
.AnyTagClassName
{
color: #AA092D;
}
</style>
background-color css
<style>
a { background-color: #AA092D; }
a { background-color: rgb(170,9,45); }
div.DivClassName
{
background-color: #AA092D;
}
.BgClassName
{
background-color: #AA092D;
}
</style>
border-color css
<style>
span { border-color: #AA092D; }
span { border-color: rgb(170,9,45); }
td.TdClassName
{
border-color: #AA092D;
}
.TagClassName
{
border-color: #AA092D;
}
</style>