Shades of Medium Carmine #AE4329
Tints of Medium Carmine #AE4329
RGB
CMYK
RGB Variations
Color information
#AE4329 (or 0xAE4329) is known color: Medium Carmine. HEX triplet: AE, 43 and 29. RGB value is (174,67,41). Sum of RGB (Red+Green+Blue) = 174+67+41=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 41 (16.41% from 255 or 14.54% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4329 is #51BCD6. Grayscale: #606060. Windows color (decimal): -5356759 or 2704302. OLE color: 2704302.
HSL color Cylindrical-coordinate representation of color #AE4329: hue angle of 11.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE4329 is Cyan = 0, Magento = 0.61, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 67 | 41 | - |
| CMYK | 0 | 0.61 | 0.76 | 0.32 |
| HSL | 11.73º | 0.62% | 0.42% | - |
| HSV(B) | 11.73º | 0.76% | 0.68% | - |
| XYZ | 19.86 | 13.17 | 3.59 | - |
| YUV | 96.03 | 96.95 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 67 | 41 | 0 | 0.61 | 0.76 | 0.32 | 11.73 | 0.62 | 0.42 |
| Hex | AE | 43 | 29 | 0 | 3D | 4C | 20 | C | 3E | 2A |
| Octal | 256 | 103 | 51 | 0 | 75 | 114 | 40 | 14 | 76 | 52 |
| Binary | 10101110 | 1000011 | 101001 | 0 | 111101 | 1001100 | 100000 | 1100 | 111110 | 101010 |
Color Harmonies of #AE4329
Complementary color
Monochromatic Colors of #AE4329
Black with #AE4329
Text Example
Text Example
White with #AE4329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4329; }
p { color: rgb(174,67,41); }
H1.HeaderClassName
{
color: #AE4329;
}
.AnyTagClassName
{
color: #AE4329;
}
</style>
background-color css
<style>
a { background-color: #AE4329; }
a { background-color: rgb(174,67,41); }
div.DivClassName
{
background-color: #AE4329;
}
.BgClassName
{
background-color: #AE4329;
}
</style>
border-color css
<style>
span { border-color: #AE4329; }
span { border-color: rgb(174,67,41); }
td.TdClassName
{
border-color: #AE4329;
}
.TagClassName
{
border-color: #AE4329;
}
</style>