Shades of Carmine #AA051F
Tints of Carmine #AA051F
RGB
CMYK
RGB Variations
Color information
#AA051F (or 0xAA051F) is known color: Carmine. HEX triplet: AA, 05 and 1F. RGB value is (170,5,31). Sum of RGB (Red+Green+Blue) = 170+5+31=206 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.52% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 170 - color contains mainly: red. Hex color #AA051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA051F is #55FAE0. Grayscale: #393939. Windows color (decimal): -5634785 or 2033066. OLE color: 2033066.
HSL color Cylindrical-coordinate representation of color #AA051F: hue angle of 350.55º 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 #AA051F is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 31 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.33 |
| HSL | 350.55º | 0.94% | 0.34% | - |
| HSV(B) | 350.55º | 0.97% | 0.67% | - |
| XYZ | 16.88 | 8.75 | 2.1 | - |
| YUV | 57.3 | 113.16 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 31 | 0 | 0.97 | 0.82 | 0.33 | 350.55 | 0.94 | 0.34 |
| Hex | AA | 5 | 1F | 0 | 61 | 52 | 21 | 15F | 5E | 22 |
| Octal | 252 | 5 | 37 | 0 | 141 | 122 | 41 | 537 | 136 | 42 |
| Binary | 10101010 | 101 | 11111 | 0 | 1100001 | 1010010 | 100001 | 101011111 | 1011110 | 100010 |
Color Harmonies of #AA051F
Complementary color
Monochromatic Colors of #AA051F
Black with #AA051F
Text Example
Text Example
White with #AA051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA051F; }
p { color: rgb(170,5,31); }
H1.HeaderClassName
{
color: #AA051F;
}
.AnyTagClassName
{
color: #AA051F;
}
</style>
background-color css
<style>
a { background-color: #AA051F; }
a { background-color: rgb(170,5,31); }
div.DivClassName
{
background-color: #AA051F;
}
.BgClassName
{
background-color: #AA051F;
}
</style>
border-color css
<style>
span { border-color: #AA051F; }
span { border-color: rgb(170,5,31); }
td.TdClassName
{
border-color: #AA051F;
}
.TagClassName
{
border-color: #AA051F;
}
</style>