Shades of Medium Carmine #AA4A3A
Tints of Medium Carmine #AA4A3A
RGB
CMYK
RGB Variations
Color information
#AA4A3A (or 0xAA4A3A) is known color: Medium Carmine. HEX triplet: AA, 4A and 3A. RGB value is (170,74,58). Sum of RGB (Red+Green+Blue) = 170+74+58=302 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.29% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A3A is #55B5C5. Grayscale: #656565. Windows color (decimal): -5617094 or 3820202. OLE color: 3820202.
HSL color Cylindrical-coordinate representation of color #AA4A3A: hue angle of 8.57º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA4A3A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 58 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.33 |
| HSL | 8.57º | 0.49% | 0.45% | - |
| HSV(B) | 8.57º | 0.66% | 0.67% | - |
| XYZ | 19.79 | 13.75 | 5.61 | - |
| YUV | 100.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 58 | 0 | 0.56 | 0.66 | 0.33 | 8.57 | 0.49 | 0.45 |
| Hex | AA | 4A | 3A | 0 | 38 | 42 | 21 | 9 | 31 | 2D |
| Octal | 252 | 112 | 72 | 0 | 70 | 102 | 41 | 11 | 61 | 55 |
| Binary | 10101010 | 1001010 | 111010 | 0 | 111000 | 1000010 | 100001 | 1001 | 110001 | 101101 |
Color Harmonies of #AA4A3A
Complementary color
Monochromatic Colors of #AA4A3A
Black with #AA4A3A
Text Example
Text Example
White with #AA4A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A3A; }
p { color: rgb(170,74,58); }
H1.HeaderClassName
{
color: #AA4A3A;
}
.AnyTagClassName
{
color: #AA4A3A;
}
</style>
background-color css
<style>
a { background-color: #AA4A3A; }
a { background-color: rgb(170,74,58); }
div.DivClassName
{
background-color: #AA4A3A;
}
.BgClassName
{
background-color: #AA4A3A;
}
</style>
border-color css
<style>
span { border-color: #AA4A3A; }
span { border-color: rgb(170,74,58); }
td.TdClassName
{
border-color: #AA4A3A;
}
.TagClassName
{
border-color: #AA4A3A;
}
</style>