Shades of Medium Carmine #AE3C30
Tints of Medium Carmine #AE3C30
RGB
CMYK
RGB Variations
Color information
#AE3C30 (or 0xAE3C30) is known color: Medium Carmine. HEX triplet: AE, 3C and 30. RGB value is (174,60,48). Sum of RGB (Red+Green+Blue) = 174+60+48=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C30 is #51C3CF. Grayscale: #5C5C5C. Windows color (decimal): -5358544 or 3161262. OLE color: 3161262.
HSL color Cylindrical-coordinate representation of color #AE3C30: hue angle of 5.71º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3C30 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 48 | - |
| CMYK | 0 | 0.66 | 0.72 | 0.32 |
| HSL | 5.71º | 0.57% | 0.44% | - |
| HSV(B) | 5.71º | 0.72% | 0.68% | - |
| XYZ | 19.6 | 12.44 | 4.16 | - |
| YUV | 92.72 | 102.77 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 48 | 0 | 0.66 | 0.72 | 0.32 | 5.71 | 0.57 | 0.44 |
| Hex | AE | 3C | 30 | 0 | 42 | 48 | 20 | 6 | 39 | 2C |
| Octal | 256 | 74 | 60 | 0 | 102 | 110 | 40 | 6 | 71 | 54 |
| Binary | 10101110 | 111100 | 110000 | 0 | 1000010 | 1001000 | 100000 | 110 | 111001 | 101100 |
Color Harmonies of #AE3C30
Complementary color
Monochromatic Colors of #AE3C30
Black with #AE3C30
Text Example
Text Example
White with #AE3C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C30; }
p { color: rgb(174,60,48); }
H1.HeaderClassName
{
color: #AE3C30;
}
.AnyTagClassName
{
color: #AE3C30;
}
</style>
background-color css
<style>
a { background-color: #AE3C30; }
a { background-color: rgb(174,60,48); }
div.DivClassName
{
background-color: #AE3C30;
}
.BgClassName
{
background-color: #AE3C30;
}
</style>
border-color css
<style>
span { border-color: #AE3C30; }
span { border-color: rgb(174,60,48); }
td.TdClassName
{
border-color: #AE3C30;
}
.TagClassName
{
border-color: #AE3C30;
}
</style>