Shades of Medium Carmine #AA4A3B
Tints of Medium Carmine #AA4A3B
RGB
CMYK
RGB Variations
Color information
#AA4A3B (or 0xAA4A3B) is known color: Medium Carmine. HEX triplet: AA, 4A and 3B. RGB value is (170,74,59). Sum of RGB (Red+Green+Blue) = 170+74+59=303 (40% of max value = 765). Red value is 170 (66.80% from 255 or 56.11% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A3B is #55B5C4. Grayscale: #656565. Windows color (decimal): -5617093 or 3885738. OLE color: 3885738.
HSL color Cylindrical-coordinate representation of color #AA4A3B: hue angle of 8.11º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA4A3B is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 59 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.33 |
| HSL | 8.11º | 0.48% | 0.45% | - |
| HSV(B) | 8.11º | 0.65% | 0.67% | - |
| XYZ | 19.82 | 13.76 | 5.75 | - |
| YUV | 100.99 | 104.3 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 59 | 0 | 0.56 | 0.65 | 0.33 | 8.11 | 0.48 | 0.45 |
| Hex | AA | 4A | 3B | 0 | 38 | 41 | 21 | 8 | 30 | 2D |
| Octal | 252 | 112 | 73 | 0 | 70 | 101 | 41 | 10 | 60 | 55 |
| Binary | 10101010 | 1001010 | 111011 | 0 | 111000 | 1000001 | 100001 | 1000 | 110000 | 101101 |
Color Harmonies of #AA4A3B
Complementary color
Monochromatic Colors of #AA4A3B
Black with #AA4A3B
Text Example
Text Example
White with #AA4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A3B; }
p { color: rgb(170,74,59); }
H1.HeaderClassName
{
color: #AA4A3B;
}
.AnyTagClassName
{
color: #AA4A3B;
}
</style>
background-color css
<style>
a { background-color: #AA4A3B; }
a { background-color: rgb(170,74,59); }
div.DivClassName
{
background-color: #AA4A3B;
}
.BgClassName
{
background-color: #AA4A3B;
}
</style>
border-color css
<style>
span { border-color: #AA4A3B; }
span { border-color: rgb(170,74,59); }
td.TdClassName
{
border-color: #AA4A3B;
}
.TagClassName
{
border-color: #AA4A3B;
}
</style>