Shades of Medium Carmine #AA4134
Tints of Medium Carmine #AA4134
RGB
CMYK
RGB Variations
Color information
#AA4134 (or 0xAA4134) is known color: Medium Carmine. HEX triplet: AA, 41 and 34. RGB value is (170,65,52). Sum of RGB (Red+Green+Blue) = 170+65+52=287 (38% of max value = 765). Red value is 170 (66.80% from 255 or 59.23% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4134 is #55BECB. Grayscale: #5F5F5F. Windows color (decimal): -5619404 or 3424682. OLE color: 3424682.
HSL color Cylindrical-coordinate representation of color #AA4134: hue angle of 6.61º 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 #AA4134 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 52 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.33 |
| HSL | 6.61º | 0.53% | 0.44% | - |
| HSV(B) | 6.61º | 0.69% | 0.67% | - |
| XYZ | 19.09 | 12.57 | 4.67 | - |
| YUV | 94.91 | 103.79 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 52 | 0 | 0.62 | 0.69 | 0.33 | 6.61 | 0.53 | 0.44 |
| Hex | AA | 41 | 34 | 0 | 3E | 45 | 21 | 7 | 35 | 2C |
| Octal | 252 | 101 | 64 | 0 | 76 | 105 | 41 | 7 | 65 | 54 |
| Binary | 10101010 | 1000001 | 110100 | 0 | 111110 | 1000101 | 100001 | 111 | 110101 | 101100 |
Color Harmonies of #AA4134
Complementary color
Monochromatic Colors of #AA4134
Black with #AA4134
Text Example
Text Example
White with #AA4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4134; }
p { color: rgb(170,65,52); }
H1.HeaderClassName
{
color: #AA4134;
}
.AnyTagClassName
{
color: #AA4134;
}
</style>
background-color css
<style>
a { background-color: #AA4134; }
a { background-color: rgb(170,65,52); }
div.DivClassName
{
background-color: #AA4134;
}
.BgClassName
{
background-color: #AA4134;
}
</style>
border-color css
<style>
span { border-color: #AA4134; }
span { border-color: rgb(170,65,52); }
td.TdClassName
{
border-color: #AA4134;
}
.TagClassName
{
border-color: #AA4134;
}
</style>