Shades of Medium Carmine #AE4540
Tints of Medium Carmine #AE4540
RGB
CMYK
RGB Variations
Color information
#AE4540 (or 0xAE4540) is known color: Medium Carmine. HEX triplet: AE, 45 and 40. RGB value is (174,69,64). Sum of RGB (Red+Green+Blue) = 174+69+64=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4540 is #51BABF. Grayscale: #636363. Windows color (decimal): -5356224 or 4212142. OLE color: 4212142.
HSL color Cylindrical-coordinate representation of color #AE4540: hue angle of 2.73º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AE4540 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 69 | 64 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.32 |
| HSL | 2.73º | 0.46% | 0.47% | - |
| HSV(B) | 2.73º | 0.63% | 0.68% | - |
| XYZ | 20.51 | 13.63 | 6.4 | - |
| YUV | 99.83 | 107.79 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 69 | 64 | 0 | 0.60 | 0.63 | 0.32 | 2.73 | 0.46 | 0.47 |
| Hex | AE | 45 | 40 | 0 | 3C | 3F | 20 | 3 | 2E | 2F |
| Octal | 256 | 105 | 100 | 0 | 74 | 77 | 40 | 3 | 56 | 57 |
| Binary | 10101110 | 1000101 | 1000000 | 0 | 111100 | 111111 | 100000 | 11 | 101110 | 101111 |
Color Harmonies of #AE4540
Complementary color
Monochromatic Colors of #AE4540
Black with #AE4540
Text Example
Text Example
White with #AE4540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4540; }
p { color: rgb(174,69,64); }
H1.HeaderClassName
{
color: #AE4540;
}
.AnyTagClassName
{
color: #AE4540;
}
</style>
background-color css
<style>
a { background-color: #AE4540; }
a { background-color: rgb(174,69,64); }
div.DivClassName
{
background-color: #AE4540;
}
.BgClassName
{
background-color: #AE4540;
}
</style>
border-color css
<style>
span { border-color: #AE4540; }
span { border-color: rgb(174,69,64); }
td.TdClassName
{
border-color: #AE4540;
}
.TagClassName
{
border-color: #AE4540;
}
</style>