Shades of Carmine #AA042B
Tints of Carmine #AA042B
RGB
CMYK
RGB Variations
Color information
#AA042B (or 0xAA042B) is known color: Carmine. HEX triplet: AA, 04 and 2B. RGB value is (170,4,43). Sum of RGB (Red+Green+Blue) = 170+4+43=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA042B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA042B is #55FBD4. Grayscale: #3A3A3A. Windows color (decimal): -5635029 or 2819242. OLE color: 2819242.
HSL color Cylindrical-coordinate representation of color #AA042B: hue angle of 345.9º degrees, saturation: 0.95, 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 #AA042B is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 4 | 43 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.33 |
| HSL | 345.9º | 0.95% | 0.34% | - |
| HSV(B) | 345.9º | 0.98% | 0.67% | - |
| XYZ | 17.06 | 8.81 | 3.09 | - |
| YUV | 58.08 | 119.5 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 4 | 43 | 0 | 0.98 | 0.75 | 0.33 | 345.9 | 0.95 | 0.34 |
| Hex | AA | 4 | 2B | 0 | 62 | 4B | 21 | 15A | 5F | 22 |
| Octal | 252 | 4 | 53 | 0 | 142 | 113 | 41 | 532 | 137 | 42 |
| Binary | 10101010 | 100 | 101011 | 0 | 1100010 | 1001011 | 100001 | 101011010 | 1011111 | 100010 |
Color Harmonies of #AA042B
Complementary color
Monochromatic Colors of #AA042B
Black with #AA042B
Text Example
Text Example
White with #AA042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA042B; }
p { color: rgb(170,4,43); }
H1.HeaderClassName
{
color: #AA042B;
}
.AnyTagClassName
{
color: #AA042B;
}
</style>
background-color css
<style>
a { background-color: #AA042B; }
a { background-color: rgb(170,4,43); }
div.DivClassName
{
background-color: #AA042B;
}
.BgClassName
{
background-color: #AA042B;
}
</style>
border-color css
<style>
span { border-color: #AA042B; }
span { border-color: rgb(170,4,43); }
td.TdClassName
{
border-color: #AA042B;
}
.TagClassName
{
border-color: #AA042B;
}
</style>