Shades of Medium Carmine #AE3E38
Tints of Medium Carmine #AE3E38
RGB
CMYK
RGB Variations
Color information
#AE3E38 (or 0xAE3E38) is known color: Medium Carmine. HEX triplet: AE, 3E and 38. RGB value is (174,62,56). Sum of RGB (Red+Green+Blue) = 174+62+56=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E38 is #51C1C7. Grayscale: #5E5E5E. Windows color (decimal): -5358024 or 3686062. OLE color: 3686062.
HSL color Cylindrical-coordinate representation of color #AE3E38: hue angle of 3.05º degrees, saturation: 0.51, 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 #AE3E38 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 56 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.32 |
| HSL | 3.05º | 0.51% | 0.45% | - |
| HSV(B) | 3.05º | 0.68% | 0.68% | - |
| XYZ | 19.89 | 12.73 | 5.15 | - |
| YUV | 94.8 | 106.11 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 56 | 0 | 0.64 | 0.68 | 0.32 | 3.05 | 0.51 | 0.45 |
| Hex | AE | 3E | 38 | 0 | 40 | 44 | 20 | 3 | 33 | 2D |
| Octal | 256 | 76 | 70 | 0 | 100 | 104 | 40 | 3 | 63 | 55 |
| Binary | 10101110 | 111110 | 111000 | 0 | 1000000 | 1000100 | 100000 | 11 | 110011 | 101101 |
Color Harmonies of #AE3E38
Complementary color
Monochromatic Colors of #AE3E38
Black with #AE3E38
Text Example
Text Example
White with #AE3E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E38; }
p { color: rgb(174,62,56); }
H1.HeaderClassName
{
color: #AE3E38;
}
.AnyTagClassName
{
color: #AE3E38;
}
</style>
background-color css
<style>
a { background-color: #AE3E38; }
a { background-color: rgb(174,62,56); }
div.DivClassName
{
background-color: #AE3E38;
}
.BgClassName
{
background-color: #AE3E38;
}
</style>
border-color css
<style>
span { border-color: #AE3E38; }
span { border-color: rgb(174,62,56); }
td.TdClassName
{
border-color: #AE3E38;
}
.TagClassName
{
border-color: #AE3E38;
}
</style>