Shades of Medium Carmine #AE3C37
Tints of Medium Carmine #AE3C37
RGB
CMYK
RGB Variations
Color information
#AE3C37 (or 0xAE3C37) is known color: Medium Carmine. HEX triplet: AE, 3C and 37. RGB value is (174,60,55). Sum of RGB (Red+Green+Blue) = 174+60+55=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C37 is #51C3C8. Grayscale: #5D5D5D. Windows color (decimal): -5358537 or 3620014. OLE color: 3620014.
HSL color Cylindrical-coordinate representation of color #AE3C37: hue angle of 2.52º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE3C37 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 55 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.32 |
| HSL | 2.52º | 0.52% | 0.45% | - |
| HSV(B) | 2.52º | 0.68% | 0.68% | - |
| XYZ | 19.76 | 12.51 | 4.99 | - |
| YUV | 93.52 | 106.27 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 55 | 0 | 0.66 | 0.68 | 0.32 | 2.52 | 0.52 | 0.45 |
| Hex | AE | 3C | 37 | 0 | 42 | 44 | 20 | 3 | 34 | 2D |
| Octal | 256 | 74 | 67 | 0 | 102 | 104 | 40 | 3 | 64 | 55 |
| Binary | 10101110 | 111100 | 110111 | 0 | 1000010 | 1000100 | 100000 | 11 | 110100 | 101101 |
Color Harmonies of #AE3C37
Complementary color
Monochromatic Colors of #AE3C37
Black with #AE3C37
Text Example
Text Example
White with #AE3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C37; }
p { color: rgb(174,60,55); }
H1.HeaderClassName
{
color: #AE3C37;
}
.AnyTagClassName
{
color: #AE3C37;
}
</style>
background-color css
<style>
a { background-color: #AE3C37; }
a { background-color: rgb(174,60,55); }
div.DivClassName
{
background-color: #AE3C37;
}
.BgClassName
{
background-color: #AE3C37;
}
</style>
border-color css
<style>
span { border-color: #AE3C37; }
span { border-color: rgb(174,60,55); }
td.TdClassName
{
border-color: #AE3C37;
}
.TagClassName
{
border-color: #AE3C37;
}
</style>