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