Shades of Medium Carmine #AE3E32
Tints of Medium Carmine #AE3E32
RGB
CMYK
RGB Variations
Color information
#AE3E32 (or 0xAE3E32) is known color: Medium Carmine. HEX triplet: AE, 3E and 32. RGB value is (174,62,50). Sum of RGB (Red+Green+Blue) = 174+62+50=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E32 is #51C1CD. Grayscale: #5E5E5E. Windows color (decimal): -5358030 or 3292846. OLE color: 3292846.
HSL color Cylindrical-coordinate representation of color #AE3E32: hue angle of 5.81º 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 #AE3E32 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 50 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.32 |
| HSL | 5.81º | 0.55% | 0.44% | - |
| HSV(B) | 5.81º | 0.71% | 0.68% | - |
| XYZ | 19.75 | 12.67 | 4.42 | - |
| YUV | 94.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 50 | 0 | 0.64 | 0.71 | 0.32 | 5.81 | 0.55 | 0.44 |
| Hex | AE | 3E | 32 | 0 | 40 | 47 | 20 | 6 | 37 | 2C |
| Octal | 256 | 76 | 62 | 0 | 100 | 107 | 40 | 6 | 67 | 54 |
| Binary | 10101110 | 111110 | 110010 | 0 | 1000000 | 1000111 | 100000 | 110 | 110111 | 101100 |
Color Harmonies of #AE3E32
Complementary color
Monochromatic Colors of #AE3E32
Black with #AE3E32
Text Example
Text Example
White with #AE3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E32; }
p { color: rgb(174,62,50); }
H1.HeaderClassName
{
color: #AE3E32;
}
.AnyTagClassName
{
color: #AE3E32;
}
</style>
background-color css
<style>
a { background-color: #AE3E32; }
a { background-color: rgb(174,62,50); }
div.DivClassName
{
background-color: #AE3E32;
}
.BgClassName
{
background-color: #AE3E32;
}
</style>
border-color css
<style>
span { border-color: #AE3E32; }
span { border-color: rgb(174,62,50); }
td.TdClassName
{
border-color: #AE3E32;
}
.TagClassName
{
border-color: #AE3E32;
}
</style>