Shades of Medium Carmine #AE3E37
Tints of Medium Carmine #AE3E37
RGB
CMYK
RGB Variations
Color information
#AE3E37 (or 0xAE3E37) is known color: Medium Carmine. HEX triplet: AE, 3E and 37. RGB value is (174,62,55). Sum of RGB (Red+Green+Blue) = 174+62+55=291 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.79% from 291); Green value is 62 (24.61% from 255 or 21.31% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E37 is #51C1C8. Grayscale: #5E5E5E. Windows color (decimal): -5358025 or 3620526. OLE color: 3620526.
HSL color Cylindrical-coordinate representation of color #AE3E37: hue angle of 3.53º 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 #AE3E37 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 55 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.32 |
| HSL | 3.53º | 0.52% | 0.45% | - |
| HSV(B) | 3.53º | 0.68% | 0.68% | - |
| XYZ | 19.87 | 12.72 | 5.02 | - |
| YUV | 94.69 | 105.61 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 55 | 0 | 0.64 | 0.68 | 0.32 | 3.53 | 0.52 | 0.45 |
| Hex | AE | 3E | 37 | 0 | 40 | 44 | 20 | 4 | 34 | 2D |
| Octal | 256 | 76 | 67 | 0 | 100 | 104 | 40 | 4 | 64 | 55 |
| Binary | 10101110 | 111110 | 110111 | 0 | 1000000 | 1000100 | 100000 | 100 | 110100 | 101101 |
Color Harmonies of #AE3E37
Complementary color
Monochromatic Colors of #AE3E37
Black with #AE3E37
Text Example
Text Example
White with #AE3E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E37; }
p { color: rgb(174,62,55); }
H1.HeaderClassName
{
color: #AE3E37;
}
.AnyTagClassName
{
color: #AE3E37;
}
</style>
background-color css
<style>
a { background-color: #AE3E37; }
a { background-color: rgb(174,62,55); }
div.DivClassName
{
background-color: #AE3E37;
}
.BgClassName
{
background-color: #AE3E37;
}
</style>
border-color css
<style>
span { border-color: #AE3E37; }
span { border-color: rgb(174,62,55); }
td.TdClassName
{
border-color: #AE3E37;
}
.TagClassName
{
border-color: #AE3E37;
}
</style>