Shades of Medium Carmine #AA4138
Tints of Medium Carmine #AA4138
RGB
CMYK
RGB Variations
Color information
#AA4138 (or 0xAA4138) is known color: Medium Carmine. HEX triplet: AA, 41 and 38. RGB value is (170,65,56). Sum of RGB (Red+Green+Blue) = 170+65+56=291 (38% of max value = 765). Red value is 170 (66.80% from 255 or 58.42% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA4138 is #55BEC7. Grayscale: #5F5F5F. Windows color (decimal): -5619400 or 3686826. OLE color: 3686826.
HSL color Cylindrical-coordinate representation of color #AA4138: hue angle of 4.74º 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 #AA4138 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 65 | 56 | - |
| CMYK | 0 | 0.62 | 0.67 | 0.33 |
| HSL | 4.74º | 0.5% | 0.44% | - |
| HSV(B) | 4.74º | 0.67% | 0.67% | - |
| XYZ | 19.18 | 12.61 | 5.16 | - |
| YUV | 95.37 | 105.79 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 65 | 56 | 0 | 0.62 | 0.67 | 0.33 | 4.74 | 0.5 | 0.44 |
| Hex | AA | 41 | 38 | 0 | 3E | 43 | 21 | 5 | 32 | 2C |
| Octal | 252 | 101 | 70 | 0 | 76 | 103 | 41 | 5 | 62 | 54 |
| Binary | 10101010 | 1000001 | 111000 | 0 | 111110 | 1000011 | 100001 | 101 | 110010 | 101100 |
Color Harmonies of #AA4138
Complementary color
Monochromatic Colors of #AA4138
Black with #AA4138
Text Example
Text Example
White with #AA4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA4138; }
p { color: rgb(170,65,56); }
H1.HeaderClassName
{
color: #AA4138;
}
.AnyTagClassName
{
color: #AA4138;
}
</style>
background-color css
<style>
a { background-color: #AA4138; }
a { background-color: rgb(170,65,56); }
div.DivClassName
{
background-color: #AA4138;
}
.BgClassName
{
background-color: #AA4138;
}
</style>
border-color css
<style>
span { border-color: #AA4138; }
span { border-color: rgb(170,65,56); }
td.TdClassName
{
border-color: #AA4138;
}
.TagClassName
{
border-color: #AA4138;
}
</style>