Shades of Carmine #AA0A1B
Tints of Carmine #AA0A1B
RGB
CMYK
RGB Variations
Color information
#AA0A1B (or 0xAA0A1B) is known color: Carmine. HEX triplet: AA, 0A and 1B. RGB value is (170,10,27). Sum of RGB (Red+Green+Blue) = 170+10+27=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 27 (10.94% from 255 or 13.04% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A1B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0A1B is #55F5E4. Grayscale: #3B3B3B. Windows color (decimal): -5633509 or 1772202. OLE color: 1772202.
HSL color Cylindrical-coordinate representation of color #AA0A1B: hue angle of 353.62º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AA0A1B is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 10 | 27 | - |
| CMYK | 0 | 0.94 | 0.84 | 0.33 |
| HSL | 353.63º | 0.89% | 0.35% | - |
| HSV(B) | 353.63º | 0.94% | 0.67% | - |
| XYZ | 16.88 | 8.84 | 1.85 | - |
| YUV | 59.78 | 109.51 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 10 | 27 | 0 | 0.94 | 0.84 | 0.33 | 353.63 | 0.89 | 0.35 |
| Hex | AA | A | 1B | 0 | 5E | 54 | 21 | 162 | 59 | 23 |
| Octal | 252 | 12 | 33 | 0 | 136 | 124 | 41 | 542 | 131 | 43 |
| Binary | 10101010 | 1010 | 11011 | 0 | 1011110 | 1010100 | 100001 | 101100010 | 1011001 | 100011 |
Color Harmonies of #AA0A1B
Complementary color
Monochromatic Colors of #AA0A1B
Black with #AA0A1B
Text Example
Text Example
White with #AA0A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0A1B; }
p { color: rgb(170,10,27); }
H1.HeaderClassName
{
color: #AA0A1B;
}
.AnyTagClassName
{
color: #AA0A1B;
}
</style>
background-color css
<style>
a { background-color: #AA0A1B; }
a { background-color: rgb(170,10,27); }
div.DivClassName
{
background-color: #AA0A1B;
}
.BgClassName
{
background-color: #AA0A1B;
}
</style>
border-color css
<style>
span { border-color: #AA0A1B; }
span { border-color: rgb(170,10,27); }
td.TdClassName
{
border-color: #AA0A1B;
}
.TagClassName
{
border-color: #AA0A1B;
}
</style>