Shades of Medium Carmine #AA4433
Tints of Medium Carmine #AA4433
RGB
CMYK
RGB Variations
Color information
#AA4433 (or 0xAA4433) is known color: Medium Carmine. HEX triplet: AA, 44 and 33. RGB value is (170,68,51). Sum of RGB (Red+Green+Blue) = 170+68+51=289 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.82% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4433 is #55BBCC. Grayscale: #606060. Windows color (decimal): -5618637 or 3359914. OLE color: 3359914.
HSL color Cylindrical-coordinate representation of color #AA4433: hue angle of 8.57º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA4433 is Cyan = 0, Magento = 0.6, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 51 | - |
| CMYK | 0 | 0.6 | 0.7 | 0.33 |
| HSL | 8.57º | 0.54% | 0.43% | - |
| HSV(B) | 8.57º | 0.7% | 0.67% | - |
| XYZ | 19.24 | 12.92 | 4.61 | - |
| YUV | 96.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 51 | 0 | 0.6 | 0.7 | 0.33 | 8.57 | 0.54 | 0.43 |
| Hex | AA | 44 | 33 | 0 | 3C | 46 | 21 | 9 | 36 | 2B |
| Octal | 252 | 104 | 63 | 0 | 74 | 106 | 41 | 11 | 66 | 53 |
| Binary | 10101010 | 1000100 | 110011 | 0 | 111100 | 1000110 | 100001 | 1001 | 110110 | 101011 |
Color Harmonies of #AA4433
Complementary color
Monochromatic Colors of #AA4433
Black with #AA4433
Text Example
Text Example
White with #AA4433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4433; }
p { color: rgb(170,68,51); }
H1.HeaderClassName
{
color: #AA4433;
}
.AnyTagClassName
{
color: #AA4433;
}
</style>
background-color css
<style>
a { background-color: #AA4433; }
a { background-color: rgb(170,68,51); }
div.DivClassName
{
background-color: #AA4433;
}
.BgClassName
{
background-color: #AA4433;
}
</style>
border-color css
<style>
span { border-color: #AA4433; }
span { border-color: rgb(170,68,51); }
td.TdClassName
{
border-color: #AA4433;
}
.TagClassName
{
border-color: #AA4433;
}
</style>