Shades of Carmine #AA0030
Tints of Carmine #AA0030
RGB
CMYK
RGB Variations
Color information
#AA0030 (or 0xAA0030) is known color: Carmine. HEX triplet: AA, 00 and 30. RGB value is (170,0,48). Sum of RGB (Red+Green+Blue) = 170+0+48=218 (28% of max value = 765). Red value is 170 (66.80% from 255 or 77.98% from 218); Green value is 0 (0.39% from 255 or 0% from 218); Blue value is 48 (19.14% from 255 or 22.02% from 218); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0030 is #55FFCF. Grayscale: #383838. Windows color (decimal): -5636048 or 3145898. OLE color: 3145898.
HSL color Cylindrical-coordinate representation of color #AA0030: hue angle of 343.06º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AA0030 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 0 | 48 | - |
| CMYK | 0 | 1 | 0.72 | 0.33 |
| HSL | 343.06º | 1% | 0.33% | - |
| HSV(B) | 343.06º | 1% | 0.67% | - |
| XYZ | 17.11 | 8.76 | 3.59 | - |
| YUV | 56.3 | 123.32 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 0 | 48 | 0 | 1 | 0.72 | 0.33 | 343.06 | 1 | 0.33 |
| Hex | AA | 0 | 30 | 0 | 64 | 48 | 21 | 157 | 64 | 21 |
| Octal | 252 | 0 | 60 | 0 | 144 | 110 | 41 | 527 | 144 | 41 |
| Binary | 10101010 | 0 | 110000 | 0 | 1100100 | 1001000 | 100001 | 101010111 | 1100100 | 100001 |
Color Harmonies of #AA0030
Complementary color
Monochromatic Colors of #AA0030
Black with #AA0030
Text Example
Text Example
White with #AA0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0030; }
p { color: rgb(170,0,48); }
H1.HeaderClassName
{
color: #AA0030;
}
.AnyTagClassName
{
color: #AA0030;
}
</style>
background-color css
<style>
a { background-color: #AA0030; }
a { background-color: rgb(170,0,48); }
div.DivClassName
{
background-color: #AA0030;
}
.BgClassName
{
background-color: #AA0030;
}
</style>
border-color css
<style>
span { border-color: #AA0030; }
span { border-color: rgb(170,0,48); }
td.TdClassName
{
border-color: #AA0030;
}
.TagClassName
{
border-color: #AA0030;
}
</style>