Shades of Medium Carmine #AE4039
Tints of Medium Carmine #AE4039
RGB
CMYK
RGB Variations
Color information
#AE4039 (or 0xAE4039) is known color: Medium Carmine. HEX triplet: AE, 40 and 39. RGB value is (174,64,57). Sum of RGB (Red+Green+Blue) = 174+64+57=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4039 is #51BFC6. Grayscale: #606060. Windows color (decimal): -5357511 or 3752110. OLE color: 3752110.
HSL color Cylindrical-coordinate representation of color #AE4039: hue angle of 3.59º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE4039 is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 57 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.32 |
| HSL | 3.59º | 0.51% | 0.45% | - |
| HSV(B) | 3.59º | 0.67% | 0.68% | - |
| XYZ | 20.03 | 12.96 | 5.32 | - |
| YUV | 96.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 57 | 0 | 0.63 | 0.67 | 0.32 | 3.59 | 0.51 | 0.45 |
| Hex | AE | 40 | 39 | 0 | 3F | 43 | 20 | 4 | 33 | 2D |
| Octal | 256 | 100 | 71 | 0 | 77 | 103 | 40 | 4 | 63 | 55 |
| Binary | 10101110 | 1000000 | 111001 | 0 | 111111 | 1000011 | 100000 | 100 | 110011 | 101101 |
Color Harmonies of #AE4039
Complementary color
Monochromatic Colors of #AE4039
Black with #AE4039
Text Example
Text Example
White with #AE4039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4039; }
p { color: rgb(174,64,57); }
H1.HeaderClassName
{
color: #AE4039;
}
.AnyTagClassName
{
color: #AE4039;
}
</style>
background-color css
<style>
a { background-color: #AE4039; }
a { background-color: rgb(174,64,57); }
div.DivClassName
{
background-color: #AE4039;
}
.BgClassName
{
background-color: #AE4039;
}
</style>
border-color css
<style>
span { border-color: #AE4039; }
span { border-color: rgb(174,64,57); }
td.TdClassName
{
border-color: #AE4039;
}
.TagClassName
{
border-color: #AE4039;
}
</style>