Shades of Medium Carmine #AA4435
Tints of Medium Carmine #AA4435
RGB
CMYK
RGB Variations
Color information
#AA4435 (or 0xAA4435) is known color: Medium Carmine. HEX triplet: AA, 44 and 35. RGB value is (170,68,53). Sum of RGB (Red+Green+Blue) = 170+68+53=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4435 is #55BBCA. Grayscale: #606060. Windows color (decimal): -5618635 or 3490986. OLE color: 3490986.
HSL color Cylindrical-coordinate representation of color #AA4435: hue angle of 7.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA4435 is Cyan = 0, Magento = 0.6, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 68 | 53 | - |
| CMYK | 0 | 0.6 | 0.69 | 0.33 |
| HSL | 7.69º | 0.52% | 0.44% | - |
| HSV(B) | 7.69º | 0.69% | 0.67% | - |
| XYZ | 19.29 | 12.94 | 4.85 | - |
| YUV | 96.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 68 | 53 | 0 | 0.6 | 0.69 | 0.33 | 7.69 | 0.52 | 0.44 |
| Hex | AA | 44 | 35 | 0 | 3C | 45 | 21 | 8 | 34 | 2C |
| Octal | 252 | 104 | 65 | 0 | 74 | 105 | 41 | 10 | 64 | 54 |
| Binary | 10101010 | 1000100 | 110101 | 0 | 111100 | 1000101 | 100001 | 1000 | 110100 | 101100 |
Color Harmonies of #AA4435
Complementary color
Monochromatic Colors of #AA4435
Black with #AA4435
Text Example
Text Example
White with #AA4435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4435; }
p { color: rgb(170,68,53); }
H1.HeaderClassName
{
color: #AA4435;
}
.AnyTagClassName
{
color: #AA4435;
}
</style>
background-color css
<style>
a { background-color: #AA4435; }
a { background-color: rgb(170,68,53); }
div.DivClassName
{
background-color: #AA4435;
}
.BgClassName
{
background-color: #AA4435;
}
</style>
border-color css
<style>
span { border-color: #AA4435; }
span { border-color: rgb(170,68,53); }
td.TdClassName
{
border-color: #AA4435;
}
.TagClassName
{
border-color: #AA4435;
}
</style>