Shades of Medium Carmine #AE352C
Tints of Medium Carmine #AE352C
RGB
CMYK
RGB Variations
Color information
#AE352C (or 0xAE352C) is known color: Medium Carmine. HEX triplet: AE, 35 and 2C. RGB value is (174,53,44). Sum of RGB (Red+Green+Blue) = 174+53+44=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE352C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE352C is #51CAD3. Grayscale: #585858. Windows color (decimal): -5360340 or 2897326. OLE color: 2897326.
HSL color Cylindrical-coordinate representation of color #AE352C: hue angle of 4.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE352C is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 53 | 44 | - |
| CMYK | 0 | 0.70 | 0.75 | 0.32 |
| HSL | 4.15º | 0.6% | 0.43% | - |
| HSV(B) | 4.15º | 0.75% | 0.68% | - |
| XYZ | 19.18 | 11.73 | 3.64 | - |
| YUV | 88.15 | 103.09 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 53 | 44 | 0 | 0.70 | 0.75 | 0.32 | 4.15 | 0.6 | 0.43 |
| Hex | AE | 35 | 2C | 0 | 46 | 4B | 20 | 4 | 3C | 2B |
| Octal | 256 | 65 | 54 | 0 | 106 | 113 | 40 | 4 | 74 | 53 |
| Binary | 10101110 | 110101 | 101100 | 0 | 1000110 | 1001011 | 100000 | 100 | 111100 | 101011 |
Color Harmonies of #AE352C
Complementary color
Monochromatic Colors of #AE352C
Black with #AE352C
Text Example
Text Example
White with #AE352C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE352C; }
p { color: rgb(174,53,44); }
H1.HeaderClassName
{
color: #AE352C;
}
.AnyTagClassName
{
color: #AE352C;
}
</style>
background-color css
<style>
a { background-color: #AE352C; }
a { background-color: rgb(174,53,44); }
div.DivClassName
{
background-color: #AE352C;
}
.BgClassName
{
background-color: #AE352C;
}
</style>
border-color css
<style>
span { border-color: #AE352C; }
span { border-color: rgb(174,53,44); }
td.TdClassName
{
border-color: #AE352C;
}
.TagClassName
{
border-color: #AE352C;
}
</style>