Shades of Carmine #AA051B
Tints of Carmine #AA051B
RGB
CMYK
RGB Variations
Color information
#AA051B (or 0xAA051B) is known color: Carmine. HEX triplet: AA, 05 and 1B. RGB value is (170,5,27). Sum of RGB (Red+Green+Blue) = 170+5+27=202 (26% of max value = 765). Red value is 170 (66.80% from 255 or 84.16% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051B is #55FAE4. Grayscale: #383838. Windows color (decimal): -5634789 or 1770922. OLE color: 1770922.
HSL color Cylindrical-coordinate representation of color #AA051B: hue angle of 352º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA051B is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 27 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.33 |
| HSL | 352º | 0.94% | 0.34% | - |
| HSV(B) | 352º | 0.97% | 0.67% | - |
| XYZ | 16.83 | 8.73 | 1.84 | - |
| YUV | 56.84 | 111.16 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 27 | 0 | 0.97 | 0.84 | 0.33 | 352 | 0.94 | 0.34 |
| Hex | AA | 5 | 1B | 0 | 61 | 54 | 21 | 160 | 5E | 22 |
| Octal | 252 | 5 | 33 | 0 | 141 | 124 | 41 | 540 | 136 | 42 |
| Binary | 10101010 | 101 | 11011 | 0 | 1100001 | 1010100 | 100001 | 101100000 | 1011110 | 100010 |
Color Harmonies of #AA051B
Complementary color
Monochromatic Colors of #AA051B
Black with #AA051B
Text Example
Text Example
White with #AA051B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA051B; }
p { color: rgb(170,5,27); }
H1.HeaderClassName
{
color: #AA051B;
}
.AnyTagClassName
{
color: #AA051B;
}
</style>
background-color css
<style>
a { background-color: #AA051B; }
a { background-color: rgb(170,5,27); }
div.DivClassName
{
background-color: #AA051B;
}
.BgClassName
{
background-color: #AA051B;
}
</style>
border-color css
<style>
span { border-color: #AA051B; }
span { border-color: rgb(170,5,27); }
td.TdClassName
{
border-color: #AA051B;
}
.TagClassName
{
border-color: #AA051B;
}
</style>