Shades of Carmine #AA0525
Tints of Carmine #AA0525
RGB
CMYK
RGB Variations
Color information
#AA0525 (or 0xAA0525) is known color: Carmine. HEX triplet: AA, 05 and 25. RGB value is (170,5,37). Sum of RGB (Red+Green+Blue) = 170+5+37=212 (28% of max value = 765). Red value is 170 (66.80% from 255 or 80.19% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 37 (14.84% from 255 or 17.45% from 212); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0525 is #55FADA. Grayscale: #3A3A3A. Windows color (decimal): -5634779 or 2426282. OLE color: 2426282.
HSL color Cylindrical-coordinate representation of color #AA0525: hue angle of 348.36º 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 #AA0525 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 37 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.33 |
| HSL | 348.36º | 0.94% | 0.34% | - |
| HSV(B) | 348.36º | 0.97% | 0.67% | - |
| XYZ | 16.97 | 8.79 | 2.55 | - |
| YUV | 57.98 | 116.16 | 207.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 37 | 0 | 0.97 | 0.78 | 0.33 | 348.36 | 0.94 | 0.34 |
| Hex | AA | 5 | 25 | 0 | 61 | 4E | 21 | 15C | 5E | 22 |
| Octal | 252 | 5 | 45 | 0 | 141 | 116 | 41 | 534 | 136 | 42 |
| Binary | 10101010 | 101 | 100101 | 0 | 1100001 | 1001110 | 100001 | 101011100 | 1011110 | 100010 |
Color Harmonies of #AA0525
Complementary color
Monochromatic Colors of #AA0525
Black with #AA0525
Text Example
Text Example
White with #AA0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0525; }
p { color: rgb(170,5,37); }
H1.HeaderClassName
{
color: #AA0525;
}
.AnyTagClassName
{
color: #AA0525;
}
</style>
background-color css
<style>
a { background-color: #AA0525; }
a { background-color: rgb(170,5,37); }
div.DivClassName
{
background-color: #AA0525;
}
.BgClassName
{
background-color: #AA0525;
}
</style>
border-color css
<style>
span { border-color: #AA0525; }
span { border-color: rgb(170,5,37); }
td.TdClassName
{
border-color: #AA0525;
}
.TagClassName
{
border-color: #AA0525;
}
</style>