Shades of Carmine #AA0631
Tints of Carmine #AA0631
RGB
CMYK
RGB Variations
Color information
#AA0631 (or 0xAA0631) is known color: Carmine. HEX triplet: AA, 06 and 31. RGB value is (170,6,49). Sum of RGB (Red+Green+Blue) = 170+6+49=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0631 is #55F9CE. Grayscale: #3B3B3B. Windows color (decimal): -5634511 or 3212970. OLE color: 3212970.
HSL color Cylindrical-coordinate representation of color #AA0631: hue angle of 344.27º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0631 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 6 | 49 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.33 |
| HSL | 344.27º | 0.93% | 0.35% | - |
| HSV(B) | 344.27º | 0.96% | 0.67% | - |
| XYZ | 17.2 | 8.9 | 3.72 | - |
| YUV | 59.94 | 121.83 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 6 | 49 | 0 | 0.96 | 0.71 | 0.33 | 344.27 | 0.93 | 0.35 |
| Hex | AA | 6 | 31 | 0 | 60 | 47 | 21 | 158 | 5D | 23 |
| Octal | 252 | 6 | 61 | 0 | 140 | 107 | 41 | 530 | 135 | 43 |
| Binary | 10101010 | 110 | 110001 | 0 | 1100000 | 1000111 | 100001 | 101011000 | 1011101 | 100011 |
Color Harmonies of #AA0631
Complementary color
Monochromatic Colors of #AA0631
Black with #AA0631
Text Example
Text Example
White with #AA0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0631; }
p { color: rgb(170,6,49); }
H1.HeaderClassName
{
color: #AA0631;
}
.AnyTagClassName
{
color: #AA0631;
}
</style>
background-color css
<style>
a { background-color: #AA0631; }
a { background-color: rgb(170,6,49); }
div.DivClassName
{
background-color: #AA0631;
}
.BgClassName
{
background-color: #AA0631;
}
</style>
border-color css
<style>
span { border-color: #AA0631; }
span { border-color: rgb(170,6,49); }
td.TdClassName
{
border-color: #AA0631;
}
.TagClassName
{
border-color: #AA0631;
}
</style>