Shades of Medium Carmine #AE3C2F
Tints of Medium Carmine #AE3C2F
RGB
CMYK
RGB Variations
Color information
#AE3C2F (or 0xAE3C2F) is known color: Medium Carmine. HEX triplet: AE, 3C and 2F. RGB value is (174,60,47). Sum of RGB (Red+Green+Blue) = 174+60+47=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C2F is #51C3D0. Grayscale: #5C5C5C. Windows color (decimal): -5358545 or 3095726. OLE color: 3095726.
HSL color Cylindrical-coordinate representation of color #AE3C2F: hue angle of 6.14º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE3C2F is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 60 | 47 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.32 |
| HSL | 6.14º | 0.57% | 0.43% | - |
| HSV(B) | 6.14º | 0.73% | 0.68% | - |
| XYZ | 19.58 | 12.44 | 4.06 | - |
| YUV | 92.6 | 102.27 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 60 | 47 | 0 | 0.66 | 0.73 | 0.32 | 6.14 | 0.57 | 0.43 |
| Hex | AE | 3C | 2F | 0 | 42 | 49 | 20 | 6 | 39 | 2B |
| Octal | 256 | 74 | 57 | 0 | 102 | 111 | 40 | 6 | 71 | 53 |
| Binary | 10101110 | 111100 | 101111 | 0 | 1000010 | 1001001 | 100000 | 110 | 111001 | 101011 |
Color Harmonies of #AE3C2F
Complementary color
Monochromatic Colors of #AE3C2F
Black with #AE3C2F
Text Example
Text Example
White with #AE3C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3C2F; }
p { color: rgb(174,60,47); }
H1.HeaderClassName
{
color: #AE3C2F;
}
.AnyTagClassName
{
color: #AE3C2F;
}
</style>
background-color css
<style>
a { background-color: #AE3C2F; }
a { background-color: rgb(174,60,47); }
div.DivClassName
{
background-color: #AE3C2F;
}
.BgClassName
{
background-color: #AE3C2F;
}
</style>
border-color css
<style>
span { border-color: #AE3C2F; }
span { border-color: rgb(174,60,47); }
td.TdClassName
{
border-color: #AE3C2F;
}
.TagClassName
{
border-color: #AE3C2F;
}
</style>