Shades of Medium Carmine #AA4335
Tints of Medium Carmine #AA4335
RGB
CMYK
RGB Variations
Color information
#AA4335 (or 0xAA4335) is known color: Medium Carmine. HEX triplet: AA, 43 and 35. RGB value is (170,67,53). Sum of RGB (Red+Green+Blue) = 170+67+53=290 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.62% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4335 is #55BCCA. Grayscale: #606060. Windows color (decimal): -5618891 or 3490730. OLE color: 3490730.
HSL color Cylindrical-coordinate representation of color #AA4335: hue angle of 7.18º 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 #AA4335 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 67 | 53 | - |
| CMYK | 0 | 0.61 | 0.69 | 0.33 |
| HSL | 7.18º | 0.52% | 0.44% | - |
| HSV(B) | 7.18º | 0.69% | 0.67% | - |
| XYZ | 19.23 | 12.82 | 4.83 | - |
| YUV | 96.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 67 | 53 | 0 | 0.61 | 0.69 | 0.33 | 7.18 | 0.52 | 0.44 |
| Hex | AA | 43 | 35 | 0 | 3D | 45 | 21 | 7 | 34 | 2C |
| Octal | 252 | 103 | 65 | 0 | 75 | 105 | 41 | 7 | 64 | 54 |
| Binary | 10101010 | 1000011 | 110101 | 0 | 111101 | 1000101 | 100001 | 111 | 110100 | 101100 |
Color Harmonies of #AA4335
Complementary color
Monochromatic Colors of #AA4335
Black with #AA4335
Text Example
Text Example
White with #AA4335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4335; }
p { color: rgb(170,67,53); }
H1.HeaderClassName
{
color: #AA4335;
}
.AnyTagClassName
{
color: #AA4335;
}
</style>
background-color css
<style>
a { background-color: #AA4335; }
a { background-color: rgb(170,67,53); }
div.DivClassName
{
background-color: #AA4335;
}
.BgClassName
{
background-color: #AA4335;
}
</style>
border-color css
<style>
span { border-color: #AA4335; }
span { border-color: rgb(170,67,53); }
td.TdClassName
{
border-color: #AA4335;
}
.TagClassName
{
border-color: #AA4335;
}
</style>