Shades of Carmine #AA032E
Tints of Carmine #AA032E
RGB
CMYK
RGB Variations
Color information
#AA032E (or 0xAA032E) is known color: Carmine. HEX triplet: AA, 03 and 2E. RGB value is (170,3,46). Sum of RGB (Red+Green+Blue) = 170+3+46=219 (29% of max value = 765). Red value is 170 (66.80% from 255 or 77.63% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 46 (18.36% from 255 or 21.00% from 219); Max value from RGB is 170 - color contains mainly: red. Hex color #AA032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA032E is #55FCD1. Grayscale: #393939. Windows color (decimal): -5635282 or 3015594. OLE color: 3015594.
HSL color Cylindrical-coordinate representation of color #AA032E: hue angle of 344.55º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA032E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.33 |
| HSL | 344.55º | 0.97% | 0.34% | - |
| HSV(B) | 344.55º | 0.98% | 0.67% | - |
| XYZ | 17.1 | 8.81 | 3.38 | - |
| YUV | 57.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 46 | 0 | 0.98 | 0.73 | 0.33 | 344.55 | 0.97 | 0.34 |
| Hex | AA | 3 | 2E | 0 | 62 | 49 | 21 | 159 | 61 | 22 |
| Octal | 252 | 3 | 56 | 0 | 142 | 111 | 41 | 531 | 141 | 42 |
| Binary | 10101010 | 11 | 101110 | 0 | 1100010 | 1001001 | 100001 | 101011001 | 1100001 | 100010 |
Color Harmonies of #AA032E
Complementary color
Monochromatic Colors of #AA032E
Black with #AA032E
Text Example
Text Example
White with #AA032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA032E; }
p { color: rgb(170,3,46); }
H1.HeaderClassName
{
color: #AA032E;
}
.AnyTagClassName
{
color: #AA032E;
}
</style>
background-color css
<style>
a { background-color: #AA032E; }
a { background-color: rgb(170,3,46); }
div.DivClassName
{
background-color: #AA032E;
}
.BgClassName
{
background-color: #AA032E;
}
</style>
border-color css
<style>
span { border-color: #AA032E; }
span { border-color: rgb(170,3,46); }
td.TdClassName
{
border-color: #AA032E;
}
.TagClassName
{
border-color: #AA032E;
}
</style>