Shades of Medium Carmine #AA4834
Tints of Medium Carmine #AA4834
RGB
CMYK
RGB Variations
Color information
#AA4834 (or 0xAA4834) is known color: Medium Carmine. HEX triplet: AA, 48 and 34. RGB value is (170,72,52). Sum of RGB (Red+Green+Blue) = 170+72+52=294 (38% of max value = 765). Red value is 170 (66.80% from 255 or 57.82% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4834 is #55B7CB. Grayscale: #636363. Windows color (decimal): -5617612 or 3426474. OLE color: 3426474.
HSL color Cylindrical-coordinate representation of color #AA4834: hue angle of 10.17º degrees, saturation: 0.53, 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 #AA4834 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 72 | 52 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.33 |
| HSL | 10.17º | 0.53% | 0.44% | - |
| HSV(B) | 10.17º | 0.69% | 0.67% | - |
| XYZ | 19.51 | 13.43 | 4.81 | - |
| YUV | 99.02 | 101.47 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 72 | 52 | 0 | 0.58 | 0.69 | 0.33 | 10.17 | 0.53 | 0.44 |
| Hex | AA | 48 | 34 | 0 | 3A | 45 | 21 | A | 35 | 2C |
| Octal | 252 | 110 | 64 | 0 | 72 | 105 | 41 | 12 | 65 | 54 |
| Binary | 10101010 | 1001000 | 110100 | 0 | 111010 | 1000101 | 100001 | 1010 | 110101 | 101100 |
Color Harmonies of #AA4834
Complementary color
Monochromatic Colors of #AA4834
Black with #AA4834
Text Example
Text Example
White with #AA4834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4834; }
p { color: rgb(170,72,52); }
H1.HeaderClassName
{
color: #AA4834;
}
.AnyTagClassName
{
color: #AA4834;
}
</style>
background-color css
<style>
a { background-color: #AA4834; }
a { background-color: rgb(170,72,52); }
div.DivClassName
{
background-color: #AA4834;
}
.BgClassName
{
background-color: #AA4834;
}
</style>
border-color css
<style>
span { border-color: #AA4834; }
span { border-color: rgb(170,72,52); }
td.TdClassName
{
border-color: #AA4834;
}
.TagClassName
{
border-color: #AA4834;
}
</style>