Shades of Carmine #AA021B
Tints of Carmine #AA021B
RGB
CMYK
RGB Variations
Color information
#AA021B (or 0xAA021B) is known color: Carmine. HEX triplet: AA, 02 and 1B. RGB value is (170,2,27). Sum of RGB (Red+Green+Blue) = 170+2+27=199 (26% of max value = 765). Red value is 170 (66.80% from 255 or 85.43% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 170 - color contains mainly: red. Hex color #AA021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA021B is #55FDE4. Grayscale: #373737. Windows color (decimal): -5635557 or 1770154. OLE color: 1770154.
HSL color Cylindrical-coordinate representation of color #AA021B: hue angle of 351.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA021B is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.33 |
| HSL | 351.07º | 0.98% | 0.34% | - |
| HSV(B) | 351.07º | 0.99% | 0.67% | - |
| XYZ | 16.8 | 8.67 | 1.82 | - |
| YUV | 55.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 2 | 27 | 0 | 0.99 | 0.84 | 0.33 | 351.07 | 0.98 | 0.34 |
| Hex | AA | 2 | 1B | 0 | 63 | 54 | 21 | 15F | 62 | 22 |
| Octal | 252 | 2 | 33 | 0 | 143 | 124 | 41 | 537 | 142 | 42 |
| Binary | 10101010 | 10 | 11011 | 0 | 1100011 | 1010100 | 100001 | 101011111 | 1100010 | 100010 |
Color Harmonies of #AA021B
Complementary color
Monochromatic Colors of #AA021B
Black with #AA021B
Text Example
Text Example
White with #AA021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA021B; }
p { color: rgb(170,2,27); }
H1.HeaderClassName
{
color: #AA021B;
}
.AnyTagClassName
{
color: #AA021B;
}
</style>
background-color css
<style>
a { background-color: #AA021B; }
a { background-color: rgb(170,2,27); }
div.DivClassName
{
background-color: #AA021B;
}
.BgClassName
{
background-color: #AA021B;
}
</style>
border-color css
<style>
span { border-color: #AA021B; }
span { border-color: rgb(170,2,27); }
td.TdClassName
{
border-color: #AA021B;
}
.TagClassName
{
border-color: #AA021B;
}
</style>