Shades of Carmine #AA091D
Tints of Carmine #AA091D
RGB
CMYK
RGB Variations
Color information
#AA091D (or 0xAA091D) is known color: Carmine. HEX triplet: AA, 09 and 1D. RGB value is (170,9,29). Sum of RGB (Red+Green+Blue) = 170+9+29=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA091D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA091D is #55F6E2. Grayscale: #3B3B3B. Windows color (decimal): -5633763 or 1903018. OLE color: 1903018.
HSL color Cylindrical-coordinate representation of color #AA091D: hue angle of 352.55º 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 #AA091D is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 29 | - |
| CMYK | 0 | 0.95 | 0.83 | 0.33 |
| HSL | 352.55º | 0.9% | 0.35% | - |
| HSV(B) | 352.55º | 0.95% | 0.67% | - |
| XYZ | 16.9 | 8.83 | 1.98 | - |
| YUV | 59.42 | 110.84 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 29 | 0 | 0.95 | 0.83 | 0.33 | 352.55 | 0.9 | 0.35 |
| Hex | AA | 9 | 1D | 0 | 5F | 53 | 21 | 161 | 5A | 23 |
| Octal | 252 | 11 | 35 | 0 | 137 | 123 | 41 | 541 | 132 | 43 |
| Binary | 10101010 | 1001 | 11101 | 0 | 1011111 | 1010011 | 100001 | 101100001 | 1011010 | 100011 |
Color Harmonies of #AA091D
Complementary color
Monochromatic Colors of #AA091D
Black with #AA091D
Text Example
Text Example
White with #AA091D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA091D; }
p { color: rgb(170,9,29); }
H1.HeaderClassName
{
color: #AA091D;
}
.AnyTagClassName
{
color: #AA091D;
}
</style>
background-color css
<style>
a { background-color: #AA091D; }
a { background-color: rgb(170,9,29); }
div.DivClassName
{
background-color: #AA091D;
}
.BgClassName
{
background-color: #AA091D;
}
</style>
border-color css
<style>
span { border-color: #AA091D; }
span { border-color: rgb(170,9,29); }
td.TdClassName
{
border-color: #AA091D;
}
.TagClassName
{
border-color: #AA091D;
}
</style>