Shades of Medium Carmine #AE4936
Tints of Medium Carmine #AE4936
RGB
CMYK
RGB Variations
Color information
#AE4936 (or 0xAE4936) is known color: Medium Carmine. HEX triplet: AE, 49 and 36. RGB value is (174,73,54). Sum of RGB (Red+Green+Blue) = 174+73+54=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 54 (21.48% from 255 or 17.94% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4936 is #51B6C9. Grayscale: #656565. Windows color (decimal): -5355210 or 3557806. OLE color: 3557806.
HSL color Cylindrical-coordinate representation of color #AE4936: hue angle of 9.5º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE4936 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 73 | 54 | - |
| CMYK | 0 | 0.58 | 0.69 | 0.32 |
| HSL | 9.5º | 0.53% | 0.45% | - |
| HSV(B) | 9.5º | 0.69% | 0.68% | - |
| XYZ | 20.5 | 14.03 | 5.12 | - |
| YUV | 101.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 73 | 54 | 0 | 0.58 | 0.69 | 0.32 | 9.5 | 0.53 | 0.45 |
| Hex | AE | 49 | 36 | 0 | 3A | 45 | 20 | A | 35 | 2D |
| Octal | 256 | 111 | 66 | 0 | 72 | 105 | 40 | 12 | 65 | 55 |
| Binary | 10101110 | 1001001 | 110110 | 0 | 111010 | 1000101 | 100000 | 1010 | 110101 | 101101 |
Color Harmonies of #AE4936
Complementary color
Monochromatic Colors of #AE4936
Black with #AE4936
Text Example
Text Example
White with #AE4936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4936; }
p { color: rgb(174,73,54); }
H1.HeaderClassName
{
color: #AE4936;
}
.AnyTagClassName
{
color: #AE4936;
}
</style>
background-color css
<style>
a { background-color: #AE4936; }
a { background-color: rgb(174,73,54); }
div.DivClassName
{
background-color: #AE4936;
}
.BgClassName
{
background-color: #AE4936;
}
</style>
border-color css
<style>
span { border-color: #AE4936; }
span { border-color: rgb(174,73,54); }
td.TdClassName
{
border-color: #AE4936;
}
.TagClassName
{
border-color: #AE4936;
}
</style>