Shades of Carmine #AA0534
Tints of Carmine #AA0534
RGB
CMYK
RGB Variations
Color information
#AA0534 (or 0xAA0534) is known color: Carmine. HEX triplet: AA, 05 and 34. RGB value is (170,5,52). Sum of RGB (Red+Green+Blue) = 170+5+52=227 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.89% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0534 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0534 is #55FACB. Grayscale: #3B3B3B. Windows color (decimal): -5634764 or 3409322. OLE color: 3409322.
HSL color Cylindrical-coordinate representation of color #AA0534: hue angle of 342.91º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA0534 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 52 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.33 |
| HSL | 342.91º | 0.94% | 0.34% | - |
| HSV(B) | 342.91º | 0.97% | 0.67% | - |
| XYZ | 17.25 | 8.9 | 4.06 | - |
| YUV | 59.69 | 123.66 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 52 | 0 | 0.97 | 0.69 | 0.33 | 342.91 | 0.94 | 0.34 |
| Hex | AA | 5 | 34 | 0 | 61 | 45 | 21 | 157 | 5E | 22 |
| Octal | 252 | 5 | 64 | 0 | 141 | 105 | 41 | 527 | 136 | 42 |
| Binary | 10101010 | 101 | 110100 | 0 | 1100001 | 1000101 | 100001 | 101010111 | 1011110 | 100010 |
Color Harmonies of #AA0534
Complementary color
Monochromatic Colors of #AA0534
Black with #AA0534
Text Example
Text Example
White with #AA0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0534; }
p { color: rgb(170,5,52); }
H1.HeaderClassName
{
color: #AA0534;
}
.AnyTagClassName
{
color: #AA0534;
}
</style>
background-color css
<style>
a { background-color: #AA0534; }
a { background-color: rgb(170,5,52); }
div.DivClassName
{
background-color: #AA0534;
}
.BgClassName
{
background-color: #AA0534;
}
</style>
border-color css
<style>
span { border-color: #AA0534; }
span { border-color: rgb(170,5,52); }
td.TdClassName
{
border-color: #AA0534;
}
.TagClassName
{
border-color: #AA0534;
}
</style>