Shades of Carmine #AA051D
Tints of Carmine #AA051D
RGB
CMYK
RGB Variations
Color information
#AA051D (or 0xAA051D) is known color: Carmine. HEX triplet: AA, 05 and 1D. RGB value is (170,5,29). Sum of RGB (Red+Green+Blue) = 170+5+29=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051D is #55FAE2. Grayscale: #393939. Windows color (decimal): -5634787 or 1901994. OLE color: 1901994.
HSL color Cylindrical-coordinate representation of color #AA051D: hue angle of 351.27º 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 #AA051D is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 29 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.33 |
| HSL | 351.27º | 0.94% | 0.34% | - |
| HSV(B) | 351.27º | 0.97% | 0.67% | - |
| XYZ | 16.85 | 8.74 | 1.96 | - |
| YUV | 57.07 | 112.16 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 29 | 0 | 0.97 | 0.83 | 0.33 | 351.27 | 0.94 | 0.34 |
| Hex | AA | 5 | 1D | 0 | 61 | 53 | 21 | 15F | 5E | 22 |
| Octal | 252 | 5 | 35 | 0 | 141 | 123 | 41 | 537 | 136 | 42 |
| Binary | 10101010 | 101 | 11101 | 0 | 1100001 | 1010011 | 100001 | 101011111 | 1011110 | 100010 |
Color Harmonies of #AA051D
Complementary color
Monochromatic Colors of #AA051D
Black with #AA051D
Text Example
Text Example
White with #AA051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA051D; }
p { color: rgb(170,5,29); }
H1.HeaderClassName
{
color: #AA051D;
}
.AnyTagClassName
{
color: #AA051D;
}
</style>
background-color css
<style>
a { background-color: #AA051D; }
a { background-color: rgb(170,5,29); }
div.DivClassName
{
background-color: #AA051D;
}
.BgClassName
{
background-color: #AA051D;
}
</style>
border-color css
<style>
span { border-color: #AA051D; }
span { border-color: rgb(170,5,29); }
td.TdClassName
{
border-color: #AA051D;
}
.TagClassName
{
border-color: #AA051D;
}
</style>