Shades of Carmine #AA0530
Tints of Carmine #AA0530
RGB
CMYK
RGB Variations
Color information
#AA0530 (or 0xAA0530) is known color: Carmine. HEX triplet: AA, 05 and 30. RGB value is (170,5,48). Sum of RGB (Red+Green+Blue) = 170+5+48=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0530 is #55FACF. Grayscale: #3B3B3B. Windows color (decimal): -5634768 or 3147178. OLE color: 3147178.
HSL color Cylindrical-coordinate representation of color #AA0530: hue angle of 344.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 #AA0530 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 5 | 48 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.33 |
| HSL | 344.36º | 0.94% | 0.34% | - |
| HSV(B) | 344.36º | 0.97% | 0.67% | - |
| XYZ | 17.17 | 8.87 | 3.6 | - |
| YUV | 59.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 5 | 48 | 0 | 0.97 | 0.72 | 0.33 | 344.36 | 0.94 | 0.34 |
| Hex | AA | 5 | 30 | 0 | 61 | 48 | 21 | 158 | 5E | 22 |
| Octal | 252 | 5 | 60 | 0 | 141 | 110 | 41 | 530 | 136 | 42 |
| Binary | 10101010 | 101 | 110000 | 0 | 1100001 | 1001000 | 100001 | 101011000 | 1011110 | 100010 |
Color Harmonies of #AA0530
Complementary color
Monochromatic Colors of #AA0530
Black with #AA0530
Text Example
Text Example
White with #AA0530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0530; }
p { color: rgb(170,5,48); }
H1.HeaderClassName
{
color: #AA0530;
}
.AnyTagClassName
{
color: #AA0530;
}
</style>
background-color css
<style>
a { background-color: #AA0530; }
a { background-color: rgb(170,5,48); }
div.DivClassName
{
background-color: #AA0530;
}
.BgClassName
{
background-color: #AA0530;
}
</style>
border-color css
<style>
span { border-color: #AA0530; }
span { border-color: rgb(170,5,48); }
td.TdClassName
{
border-color: #AA0530;
}
.TagClassName
{
border-color: #AA0530;
}
</style>