Shades of Carmine #AA0728
Tints of Carmine #AA0728
RGB
CMYK
RGB Variations
Color information
#AA0728 (or 0xAA0728) is known color: Carmine. HEX triplet: AA, 07 and 28. RGB value is (170,7,40). Sum of RGB (Red+Green+Blue) = 170+7+40=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0728 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0728 is #55F8D7. Grayscale: #3B3B3B. Windows color (decimal): -5634264 or 2623402. OLE color: 2623402.
HSL color Cylindrical-coordinate representation of color #AA0728: hue angle of 347.85º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AA0728 is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 40 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.33 |
| HSL | 347.85º | 0.92% | 0.35% | - |
| HSV(B) | 347.85º | 0.96% | 0.67% | - |
| XYZ | 17.04 | 8.85 | 2.82 | - |
| YUV | 59.5 | 117 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 40 | 0 | 0.96 | 0.76 | 0.33 | 347.85 | 0.92 | 0.35 |
| Hex | AA | 7 | 28 | 0 | 60 | 4C | 21 | 15C | 5C | 23 |
| Octal | 252 | 7 | 50 | 0 | 140 | 114 | 41 | 534 | 134 | 43 |
| Binary | 10101010 | 111 | 101000 | 0 | 1100000 | 1001100 | 100001 | 101011100 | 1011100 | 100011 |
Color Harmonies of #AA0728
Complementary color
Monochromatic Colors of #AA0728
Black with #AA0728
Text Example
Text Example
White with #AA0728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0728; }
p { color: rgb(170,7,40); }
H1.HeaderClassName
{
color: #AA0728;
}
.AnyTagClassName
{
color: #AA0728;
}
</style>
background-color css
<style>
a { background-color: #AA0728; }
a { background-color: rgb(170,7,40); }
div.DivClassName
{
background-color: #AA0728;
}
.BgClassName
{
background-color: #AA0728;
}
</style>
border-color css
<style>
span { border-color: #AA0728; }
span { border-color: rgb(170,7,40); }
td.TdClassName
{
border-color: #AA0728;
}
.TagClassName
{
border-color: #AA0728;
}
</style>