Shades of Medium Carmine #AA4A38
Tints of Medium Carmine #AA4A38
RGB
CMYK
RGB Variations
Color information
#AA4A38 (or 0xAA4A38) is known color: Medium Carmine. HEX triplet: AA, 4A and 38. RGB value is (170,74,56). Sum of RGB (Red+Green+Blue) = 170+74+56=300 (39% of max value = 765). Red value is 170 (66.80% from 255 or 56.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4A38 is #55B5C7. Grayscale: #646464. Windows color (decimal): -5617096 or 3689130. OLE color: 3689130.
HSL color Cylindrical-coordinate representation of color #AA4A38: hue angle of 9.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA4A38 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 74 | 56 | - |
| CMYK | 0 | 0.56 | 0.67 | 0.33 |
| HSL | 9.47º | 0.5% | 0.44% | - |
| HSV(B) | 9.47º | 0.67% | 0.67% | - |
| XYZ | 19.74 | 13.73 | 5.35 | - |
| YUV | 100.65 | 102.8 | 177.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 74 | 56 | 0 | 0.56 | 0.67 | 0.33 | 9.47 | 0.5 | 0.44 |
| Hex | AA | 4A | 38 | 0 | 38 | 43 | 21 | 9 | 32 | 2C |
| Octal | 252 | 112 | 70 | 0 | 70 | 103 | 41 | 11 | 62 | 54 |
| Binary | 10101010 | 1001010 | 111000 | 0 | 111000 | 1000011 | 100001 | 1001 | 110010 | 101100 |
Color Harmonies of #AA4A38
Complementary color
Monochromatic Colors of #AA4A38
Black with #AA4A38
Text Example
Text Example
White with #AA4A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4A38; }
p { color: rgb(170,74,56); }
H1.HeaderClassName
{
color: #AA4A38;
}
.AnyTagClassName
{
color: #AA4A38;
}
</style>
background-color css
<style>
a { background-color: #AA4A38; }
a { background-color: rgb(170,74,56); }
div.DivClassName
{
background-color: #AA4A38;
}
.BgClassName
{
background-color: #AA4A38;
}
</style>
border-color css
<style>
span { border-color: #AA4A38; }
span { border-color: rgb(170,74,56); }
td.TdClassName
{
border-color: #AA4A38;
}
.TagClassName
{
border-color: #AA4A38;
}
</style>