Shades of Medium Carmine #AE4434
Tints of Medium Carmine #AE4434
RGB
CMYK
RGB Variations
Color information
#AE4434 (or 0xAE4434) is known color: Medium Carmine. HEX triplet: AE, 44 and 34. RGB value is (174,68,52). Sum of RGB (Red+Green+Blue) = 174+68+52=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4434 is #51BBCB. Grayscale: #626262. Windows color (decimal): -5356492 or 3425454. OLE color: 3425454.
HSL color Cylindrical-coordinate representation of color #AE4434: hue angle of 7.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AE4434 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 52 | - |
| CMYK | 0 | 0.61 | 0.70 | 0.32 |
| HSL | 7.87º | 0.54% | 0.44% | - |
| HSV(B) | 7.87º | 0.7% | 0.68% | - |
| XYZ | 20.14 | 13.38 | 4.77 | - |
| YUV | 97.87 | 102.12 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 52 | 0 | 0.61 | 0.70 | 0.32 | 7.87 | 0.54 | 0.44 |
| Hex | AE | 44 | 34 | 0 | 3D | 46 | 20 | 8 | 36 | 2C |
| Octal | 256 | 104 | 64 | 0 | 75 | 106 | 40 | 10 | 66 | 54 |
| Binary | 10101110 | 1000100 | 110100 | 0 | 111101 | 1000110 | 100000 | 1000 | 110110 | 101100 |
Color Harmonies of #AE4434
Complementary color
Monochromatic Colors of #AE4434
Black with #AE4434
Text Example
Text Example
White with #AE4434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4434; }
p { color: rgb(174,68,52); }
H1.HeaderClassName
{
color: #AE4434;
}
.AnyTagClassName
{
color: #AE4434;
}
</style>
background-color css
<style>
a { background-color: #AE4434; }
a { background-color: rgb(174,68,52); }
div.DivClassName
{
background-color: #AE4434;
}
.BgClassName
{
background-color: #AE4434;
}
</style>
border-color css
<style>
span { border-color: #AE4434; }
span { border-color: rgb(174,68,52); }
td.TdClassName
{
border-color: #AE4434;
}
.TagClassName
{
border-color: #AE4434;
}
</style>