Shades of Medium Carmine #AE4229
Tints of Medium Carmine #AE4229
RGB
CMYK
RGB Variations
Color information
#AE4229 (or 0xAE4229) is known color: Medium Carmine. HEX triplet: AE, 42 and 29. RGB value is (174,66,41). Sum of RGB (Red+Green+Blue) = 174+66+41=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4229 is #51BDD6. Grayscale: #5F5F5F. Windows color (decimal): -5357015 or 2704046. OLE color: 2704046.
HSL color Cylindrical-coordinate representation of color #AE4229: hue angle of 11.28º 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 #AE4229 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 41 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.32 |
| HSL | 11.28º | 0.62% | 0.42% | - |
| HSV(B) | 11.28º | 0.76% | 0.68% | - |
| XYZ | 19.8 | 13.06 | 3.57 | - |
| YUV | 95.44 | 97.28 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 41 | 0 | 0.62 | 0.76 | 0.32 | 11.28 | 0.62 | 0.42 |
| Hex | AE | 42 | 29 | 0 | 3E | 4C | 20 | B | 3E | 2A |
| Octal | 256 | 102 | 51 | 0 | 76 | 114 | 40 | 13 | 76 | 52 |
| Binary | 10101110 | 1000010 | 101001 | 0 | 111110 | 1001100 | 100000 | 1011 | 111110 | 101010 |
Color Harmonies of #AE4229
Complementary color
Monochromatic Colors of #AE4229
Black with #AE4229
Text Example
Text Example
White with #AE4229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4229; }
p { color: rgb(174,66,41); }
H1.HeaderClassName
{
color: #AE4229;
}
.AnyTagClassName
{
color: #AE4229;
}
</style>
background-color css
<style>
a { background-color: #AE4229; }
a { background-color: rgb(174,66,41); }
div.DivClassName
{
background-color: #AE4229;
}
.BgClassName
{
background-color: #AE4229;
}
</style>
border-color css
<style>
span { border-color: #AE4229; }
span { border-color: rgb(174,66,41); }
td.TdClassName
{
border-color: #AE4229;
}
.TagClassName
{
border-color: #AE4229;
}
</style>