Shades of Medium Carmine #AE452C
Tints of Medium Carmine #AE452C
RGB
CMYK
RGB Variations
Color information
#AE452C (or 0xAE452C) is known color: Medium Carmine. HEX triplet: AE, 45 and 2C. RGB value is (174,69,44). Sum of RGB (Red+Green+Blue) = 174+69+44=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE452C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE452C is #51BAD3. Grayscale: #616161. Windows color (decimal): -5356244 or 2901422. OLE color: 2901422.
HSL color Cylindrical-coordinate representation of color #AE452C: hue angle of 11.54º 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 #AE452C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 44 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.32 |
| HSL | 11.54º | 0.6% | 0.43% | - |
| HSV(B) | 11.54º | 0.75% | 0.68% | - |
| XYZ | 20.04 | 13.44 | 3.92 | - |
| YUV | 97.55 | 97.79 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 44 | 0 | 0.60 | 0.75 | 0.32 | 11.54 | 0.6 | 0.43 |
| Hex | AE | 45 | 2C | 0 | 3C | 4B | 20 | C | 3C | 2B |
| Octal | 256 | 105 | 54 | 0 | 74 | 113 | 40 | 14 | 74 | 53 |
| Binary | 10101110 | 1000101 | 101100 | 0 | 111100 | 1001011 | 100000 | 1100 | 111100 | 101011 |
Color Harmonies of #AE452C
Complementary color
Monochromatic Colors of #AE452C
Black with #AE452C
Text Example
Text Example
White with #AE452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE452C; }
p { color: rgb(174,69,44); }
H1.HeaderClassName
{
color: #AE452C;
}
.AnyTagClassName
{
color: #AE452C;
}
</style>
background-color css
<style>
a { background-color: #AE452C; }
a { background-color: rgb(174,69,44); }
div.DivClassName
{
background-color: #AE452C;
}
.BgClassName
{
background-color: #AE452C;
}
</style>
border-color css
<style>
span { border-color: #AE452C; }
span { border-color: rgb(174,69,44); }
td.TdClassName
{
border-color: #AE452C;
}
.TagClassName
{
border-color: #AE452C;
}
</style>