Shades of Medium Carmine #AE3C32
Tints of Medium Carmine #AE3C32
RGB
CMYK
RGB Variations
Color information
#AE3C32 (or 0xAE3C32) is known color: Medium Carmine. HEX triplet: AE, 3C and 32. RGB value is (174,60,50). Sum of RGB (Red+Green+Blue) = 174+60+50=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C32 is #51C3CD. Grayscale: #5D5D5D. Windows color (decimal): -5358542 or 3292334. OLE color: 3292334.
HSL color Cylindrical-coordinate representation of color #AE3C32: hue angle of 4.84º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE3C32 is Cyan = 0, Magento = 0.66, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 50 | - |
| CMYK | 0 | 0.66 | 0.71 | 0.32 |
| HSL | 4.84º | 0.55% | 0.44% | - |
| HSV(B) | 4.84º | 0.71% | 0.68% | - |
| XYZ | 19.65 | 12.46 | 4.39 | - |
| YUV | 92.95 | 103.77 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 50 | 0 | 0.66 | 0.71 | 0.32 | 4.84 | 0.55 | 0.44 |
| Hex | AE | 3C | 32 | 0 | 42 | 47 | 20 | 5 | 37 | 2C |
| Octal | 256 | 74 | 62 | 0 | 102 | 107 | 40 | 5 | 67 | 54 |
| Binary | 10101110 | 111100 | 110010 | 0 | 1000010 | 1000111 | 100000 | 101 | 110111 | 101100 |
Color Harmonies of #AE3C32
Complementary color
Monochromatic Colors of #AE3C32
Black with #AE3C32
Text Example
Text Example
White with #AE3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C32; }
p { color: rgb(174,60,50); }
H1.HeaderClassName
{
color: #AE3C32;
}
.AnyTagClassName
{
color: #AE3C32;
}
</style>
background-color css
<style>
a { background-color: #AE3C32; }
a { background-color: rgb(174,60,50); }
div.DivClassName
{
background-color: #AE3C32;
}
.BgClassName
{
background-color: #AE3C32;
}
</style>
border-color css
<style>
span { border-color: #AE3C32; }
span { border-color: rgb(174,60,50); }
td.TdClassName
{
border-color: #AE3C32;
}
.TagClassName
{
border-color: #AE3C32;
}
</style>