Shades of Medium Carmine #AE3C36
Tints of Medium Carmine #AE3C36
RGB
CMYK
RGB Variations
Color information
#AE3C36 (or 0xAE3C36) is known color: Medium Carmine. HEX triplet: AE, 3C and 36. RGB value is (174,60,54). Sum of RGB (Red+Green+Blue) = 174+60+54=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 54 (21.48% from 255 or 18.75% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C36 is #51C3C9. Grayscale: #5D5D5D. Windows color (decimal): -5358538 or 3554478. OLE color: 3554478.
HSL color Cylindrical-coordinate representation of color #AE3C36: hue angle of 3º 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 #AE3C36 is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 54 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.32 |
| HSL | 3º | 0.53% | 0.45% | - |
| HSV(B) | 3º | 0.69% | 0.68% | - |
| XYZ | 19.74 | 12.5 | 4.86 | - |
| YUV | 93.4 | 105.77 | 185.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 54 | 0 | 0.66 | 0.69 | 0.32 | 3 | 0.53 | 0.45 |
| Hex | AE | 3C | 36 | 0 | 42 | 45 | 20 | 3 | 35 | 2D |
| Octal | 256 | 74 | 66 | 0 | 102 | 105 | 40 | 3 | 65 | 55 |
| Binary | 10101110 | 111100 | 110110 | 0 | 1000010 | 1000101 | 100000 | 11 | 110101 | 101101 |
Color Harmonies of #AE3C36
Complementary color
Monochromatic Colors of #AE3C36
Black with #AE3C36
Text Example
Text Example
White with #AE3C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C36; }
p { color: rgb(174,60,54); }
H1.HeaderClassName
{
color: #AE3C36;
}
.AnyTagClassName
{
color: #AE3C36;
}
</style>
background-color css
<style>
a { background-color: #AE3C36; }
a { background-color: rgb(174,60,54); }
div.DivClassName
{
background-color: #AE3C36;
}
.BgClassName
{
background-color: #AE3C36;
}
</style>
border-color css
<style>
span { border-color: #AE3C36; }
span { border-color: rgb(174,60,54); }
td.TdClassName
{
border-color: #AE3C36;
}
.TagClassName
{
border-color: #AE3C36;
}
</style>