Shades of Medium Carmine #AE3F32
Tints of Medium Carmine #AE3F32
RGB
CMYK
RGB Variations
Color information
#AE3F32 (or 0xAE3F32) is known color: Medium Carmine. HEX triplet: AE, 3F and 32. RGB value is (174,63,50). Sum of RGB (Red+Green+Blue) = 174+63+50=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3F32 is #51C0CD. Grayscale: #5E5E5E. Windows color (decimal): -5357774 or 3293102. OLE color: 3293102.
HSL color Cylindrical-coordinate representation of color #AE3F32: hue angle of 6.29º 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 #AE3F32 is Cyan = 0, Magento = 0.64, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 63 | 50 | - |
| CMYK | 0 | 0.64 | 0.71 | 0.32 |
| HSL | 6.29º | 0.55% | 0.44% | - |
| HSV(B) | 6.29º | 0.71% | 0.68% | - |
| XYZ | 19.81 | 12.78 | 4.44 | - |
| YUV | 94.71 | 102.77 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 63 | 50 | 0 | 0.64 | 0.71 | 0.32 | 6.29 | 0.55 | 0.44 |
| Hex | AE | 3F | 32 | 0 | 40 | 47 | 20 | 6 | 37 | 2C |
| Octal | 256 | 77 | 62 | 0 | 100 | 107 | 40 | 6 | 67 | 54 |
| Binary | 10101110 | 111111 | 110010 | 0 | 1000000 | 1000111 | 100000 | 110 | 110111 | 101100 |
Color Harmonies of #AE3F32
Complementary color
Monochromatic Colors of #AE3F32
Black with #AE3F32
Text Example
Text Example
White with #AE3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3F32; }
p { color: rgb(174,63,50); }
H1.HeaderClassName
{
color: #AE3F32;
}
.AnyTagClassName
{
color: #AE3F32;
}
</style>
background-color css
<style>
a { background-color: #AE3F32; }
a { background-color: rgb(174,63,50); }
div.DivClassName
{
background-color: #AE3F32;
}
.BgClassName
{
background-color: #AE3F32;
}
</style>
border-color css
<style>
span { border-color: #AE3F32; }
span { border-color: rgb(174,63,50); }
td.TdClassName
{
border-color: #AE3F32;
}
.TagClassName
{
border-color: #AE3F32;
}
</style>