Shades of Carmine #AA0733
Tints of Carmine #AA0733
RGB
CMYK
RGB Variations
Color information
#AA0733 (or 0xAA0733) is known color: Carmine. HEX triplet: AA, 07 and 33. RGB value is (170,7,51). Sum of RGB (Red+Green+Blue) = 170+7+51=228 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.56% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0733 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA0733 is #55F8CC. Grayscale: #3C3C3C. Windows color (decimal): -5634253 or 3344298. OLE color: 3344298.
HSL color Cylindrical-coordinate representation of color #AA0733: hue angle of 343.8º 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 #AA0733 is Cyan = 0, Magento = 0.96, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 7 | 51 | - |
| CMYK | 0 | 0.96 | 0.7 | 0.33 |
| HSL | 343.8º | 0.92% | 0.35% | - |
| HSV(B) | 343.8º | 0.96% | 0.67% | - |
| XYZ | 17.25 | 8.94 | 3.95 | - |
| YUV | 60.75 | 122.5 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 7 | 51 | 0 | 0.96 | 0.7 | 0.33 | 343.8 | 0.92 | 0.35 |
| Hex | AA | 7 | 33 | 0 | 60 | 46 | 21 | 158 | 5C | 23 |
| Octal | 252 | 7 | 63 | 0 | 140 | 106 | 41 | 530 | 134 | 43 |
| Binary | 10101010 | 111 | 110011 | 0 | 1100000 | 1000110 | 100001 | 101011000 | 1011100 | 100011 |
Color Harmonies of #AA0733
Complementary color
Monochromatic Colors of #AA0733
Black with #AA0733
Text Example
Text Example
White with #AA0733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA0733; }
p { color: rgb(170,7,51); }
H1.HeaderClassName
{
color: #AA0733;
}
.AnyTagClassName
{
color: #AA0733;
}
</style>
background-color css
<style>
a { background-color: #AA0733; }
a { background-color: rgb(170,7,51); }
div.DivClassName
{
background-color: #AA0733;
}
.BgClassName
{
background-color: #AA0733;
}
</style>
border-color css
<style>
span { border-color: #AA0733; }
span { border-color: rgb(170,7,51); }
td.TdClassName
{
border-color: #AA0733;
}
.TagClassName
{
border-color: #AA0733;
}
</style>