Shades of Medium Carmine #AE3C25
Tints of Medium Carmine #AE3C25
RGB
CMYK
RGB Variations
Color information
#AE3C25 (or 0xAE3C25) is known color: Medium Carmine. HEX triplet: AE, 3C and 25. RGB value is (174,60,37). Sum of RGB (Red+Green+Blue) = 174+60+37=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C25 is #51C3DA. Grayscale: #5B5B5B. Windows color (decimal): -5358555 or 2440366. OLE color: 2440366.
HSL color Cylindrical-coordinate representation of color #AE3C25: hue angle of 10.07º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AE3C25 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 37 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.32 |
| HSL | 10.07º | 0.65% | 0.41% | - |
| HSV(B) | 10.07º | 0.79% | 0.68% | - |
| XYZ | 19.41 | 12.36 | 3.11 | - |
| YUV | 91.46 | 97.27 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 37 | 0 | 0.66 | 0.79 | 0.32 | 10.07 | 0.65 | 0.41 |
| Hex | AE | 3C | 25 | 0 | 42 | 4F | 20 | A | 41 | 29 |
| Octal | 256 | 74 | 45 | 0 | 102 | 117 | 40 | 12 | 101 | 51 |
| Binary | 10101110 | 111100 | 100101 | 0 | 1000010 | 1001111 | 100000 | 1010 | 1000001 | 101001 |
Color Harmonies of #AE3C25
Complementary color
Monochromatic Colors of #AE3C25
Black with #AE3C25
Text Example
Text Example
White with #AE3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C25; }
p { color: rgb(174,60,37); }
H1.HeaderClassName
{
color: #AE3C25;
}
.AnyTagClassName
{
color: #AE3C25;
}
</style>
background-color css
<style>
a { background-color: #AE3C25; }
a { background-color: rgb(174,60,37); }
div.DivClassName
{
background-color: #AE3C25;
}
.BgClassName
{
background-color: #AE3C25;
}
</style>
border-color css
<style>
span { border-color: #AE3C25; }
span { border-color: rgb(174,60,37); }
td.TdClassName
{
border-color: #AE3C25;
}
.TagClassName
{
border-color: #AE3C25;
}
</style>