Shades of Carmine #AA032A
Tints of Carmine #AA032A
RGB
CMYK
RGB Variations
Color information
#AA032A (or 0xAA032A) is known color: Carmine. HEX triplet: AA, 03 and 2A. RGB value is (170,3,42). Sum of RGB (Red+Green+Blue) = 170+3+42=215 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.07% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 170 - color contains mainly: red. Hex color #AA032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA032A is #55FCD5. Grayscale: #393939. Windows color (decimal): -5635286 or 2753450. OLE color: 2753450.
HSL color Cylindrical-coordinate representation of color #AA032A: hue angle of 345.99º 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 #AA032A is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 3 | 42 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.33 |
| HSL | 345.99º | 0.97% | 0.34% | - |
| HSV(B) | 345.99º | 0.98% | 0.67% | - |
| XYZ | 17.03 | 8.78 | 2.99 | - |
| YUV | 57.38 | 119.33 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 3 | 42 | 0 | 0.98 | 0.75 | 0.33 | 345.99 | 0.97 | 0.34 |
| Hex | AA | 3 | 2A | 0 | 62 | 4B | 21 | 15A | 61 | 22 |
| Octal | 252 | 3 | 52 | 0 | 142 | 113 | 41 | 532 | 141 | 42 |
| Binary | 10101010 | 11 | 101010 | 0 | 1100010 | 1001011 | 100001 | 101011010 | 1100001 | 100010 |
Color Harmonies of #AA032A
Complementary color
Monochromatic Colors of #AA032A
Black with #AA032A
Text Example
Text Example
White with #AA032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA032A; }
p { color: rgb(170,3,42); }
H1.HeaderClassName
{
color: #AA032A;
}
.AnyTagClassName
{
color: #AA032A;
}
</style>
background-color css
<style>
a { background-color: #AA032A; }
a { background-color: rgb(170,3,42); }
div.DivClassName
{
background-color: #AA032A;
}
.BgClassName
{
background-color: #AA032A;
}
</style>
border-color css
<style>
span { border-color: #AA032A; }
span { border-color: rgb(170,3,42); }
td.TdClassName
{
border-color: #AA032A;
}
.TagClassName
{
border-color: #AA032A;
}
</style>