Shades of Medium Carmine #AE3C23
Tints of Medium Carmine #AE3C23
RGB
CMYK
RGB Variations
Color information
#AE3C23 (or 0xAE3C23) is known color: Medium Carmine. HEX triplet: AE, 3C and 23. RGB value is (174,60,35). Sum of RGB (Red+Green+Blue) = 174+60+35=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C23 is #51C3DC. Grayscale: #5B5B5B. Windows color (decimal): -5358557 or 2309294. OLE color: 2309294.
HSL color Cylindrical-coordinate representation of color #AE3C23: hue angle of 10.79º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE3C23 is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 35 | - |
| CMYK | 0 | 0.66 | 0.80 | 0.32 |
| HSL | 10.79º | 0.67% | 0.41% | - |
| HSV(B) | 10.79º | 0.8% | 0.68% | - |
| XYZ | 19.37 | 12.35 | 2.95 | - |
| YUV | 91.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 35 | 0 | 0.66 | 0.80 | 0.32 | 10.79 | 0.67 | 0.41 |
| Hex | AE | 3C | 23 | 0 | 42 | 50 | 20 | B | 43 | 29 |
| Octal | 256 | 74 | 43 | 0 | 102 | 120 | 40 | 13 | 103 | 51 |
| Binary | 10101110 | 111100 | 100011 | 0 | 1000010 | 1010000 | 100000 | 1011 | 1000011 | 101001 |
Color Harmonies of #AE3C23
Complementary color
Monochromatic Colors of #AE3C23
Black with #AE3C23
Text Example
Text Example
White with #AE3C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C23; }
p { color: rgb(174,60,35); }
H1.HeaderClassName
{
color: #AE3C23;
}
.AnyTagClassName
{
color: #AE3C23;
}
</style>
background-color css
<style>
a { background-color: #AE3C23; }
a { background-color: rgb(174,60,35); }
div.DivClassName
{
background-color: #AE3C23;
}
.BgClassName
{
background-color: #AE3C23;
}
</style>
border-color css
<style>
span { border-color: #AE3C23; }
span { border-color: rgb(174,60,35); }
td.TdClassName
{
border-color: #AE3C23;
}
.TagClassName
{
border-color: #AE3C23;
}
</style>