Shades of Medium Carmine #AE3E2F
Tints of Medium Carmine #AE3E2F
RGB
CMYK
RGB Variations
Color information
#AE3E2F (or 0xAE3E2F) is known color: Medium Carmine. HEX triplet: AE, 3E and 2F. RGB value is (174,62,47). Sum of RGB (Red+Green+Blue) = 174+62+47=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 47 (18.75% from 255 or 16.61% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E2F is #51C1D0. Grayscale: #5D5D5D. Windows color (decimal): -5358033 or 3096238. OLE color: 3096238.
HSL color Cylindrical-coordinate representation of color #AE3E2F: hue angle of 7.09º 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 #AE3E2F is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 47 | - |
| CMYK | 0 | 0.64 | 0.73 | 0.32 |
| HSL | 7.09º | 0.57% | 0.43% | - |
| HSV(B) | 7.09º | 0.73% | 0.68% | - |
| XYZ | 19.69 | 12.65 | 4.09 | - |
| YUV | 93.78 | 101.61 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 47 | 0 | 0.64 | 0.73 | 0.32 | 7.09 | 0.57 | 0.43 |
| Hex | AE | 3E | 2F | 0 | 40 | 49 | 20 | 7 | 39 | 2B |
| Octal | 256 | 76 | 57 | 0 | 100 | 111 | 40 | 7 | 71 | 53 |
| Binary | 10101110 | 111110 | 101111 | 0 | 1000000 | 1001001 | 100000 | 111 | 111001 | 101011 |
Color Harmonies of #AE3E2F
Complementary color
Monochromatic Colors of #AE3E2F
Black with #AE3E2F
Text Example
Text Example
White with #AE3E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E2F; }
p { color: rgb(174,62,47); }
H1.HeaderClassName
{
color: #AE3E2F;
}
.AnyTagClassName
{
color: #AE3E2F;
}
</style>
background-color css
<style>
a { background-color: #AE3E2F; }
a { background-color: rgb(174,62,47); }
div.DivClassName
{
background-color: #AE3E2F;
}
.BgClassName
{
background-color: #AE3E2F;
}
</style>
border-color css
<style>
span { border-color: #AE3E2F; }
span { border-color: rgb(174,62,47); }
td.TdClassName
{
border-color: #AE3E2F;
}
.TagClassName
{
border-color: #AE3E2F;
}
</style>