Shades of Carmine #AA091B
Tints of Carmine #AA091B
RGB
CMYK
RGB Variations
Color information
#AA091B (or 0xAA091B) is known color: Carmine. HEX triplet: AA, 09 and 1B. RGB value is (170,9,27). Sum of RGB (Red+Green+Blue) = 170+9+27=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 9 (3.91% from 255 or 4.37% from 206); Blue value is 27 (10.94% from 255 or 13.11% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA091B is #55F6E4. Grayscale: #3B3B3B. Windows color (decimal): -5633765 or 1771946. OLE color: 1771946.
HSL color Cylindrical-coordinate representation of color #AA091B: hue angle of 353.29º 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 #AA091B is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 9 | 27 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.33 |
| HSL | 353.29º | 0.9% | 0.35% | - |
| HSV(B) | 353.29º | 0.95% | 0.67% | - |
| XYZ | 16.87 | 8.82 | 1.85 | - |
| YUV | 59.19 | 109.84 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 9 | 27 | 0 | 0.95 | 0.84 | 0.33 | 353.29 | 0.9 | 0.35 |
| Hex | AA | 9 | 1B | 0 | 5F | 54 | 21 | 161 | 5A | 23 |
| Octal | 252 | 11 | 33 | 0 | 137 | 124 | 41 | 541 | 132 | 43 |
| Binary | 10101010 | 1001 | 11011 | 0 | 1011111 | 1010100 | 100001 | 101100001 | 1011010 | 100011 |
Color Harmonies of #AA091B
Complementary color
Monochromatic Colors of #AA091B
Black with #AA091B
Text Example
Text Example
White with #AA091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA091B; }
p { color: rgb(170,9,27); }
H1.HeaderClassName
{
color: #AA091B;
}
.AnyTagClassName
{
color: #AA091B;
}
</style>
background-color css
<style>
a { background-color: #AA091B; }
a { background-color: rgb(170,9,27); }
div.DivClassName
{
background-color: #AA091B;
}
.BgClassName
{
background-color: #AA091B;
}
</style>
border-color css
<style>
span { border-color: #AA091B; }
span { border-color: rgb(170,9,27); }
td.TdClassName
{
border-color: #AA091B;
}
.TagClassName
{
border-color: #AA091B;
}
</style>