Shades of Medium Carmine #AE4833
Tints of Medium Carmine #AE4833
RGB
CMYK
RGB Variations
Color information
#AE4833 (or 0xAE4833) is known color: Medium Carmine. HEX triplet: AE, 48 and 33. RGB value is (174,72,51). Sum of RGB (Red+Green+Blue) = 174+72+51=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4833 is #51B7CC. Grayscale: #646464. Windows color (decimal): -5355469 or 3360942. OLE color: 3360942.
HSL color Cylindrical-coordinate representation of color #AE4833: hue angle of 10.24º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AE4833 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 51 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.32 |
| HSL | 10.24º | 0.55% | 0.44% | - |
| HSV(B) | 10.24º | 0.71% | 0.68% | - |
| XYZ | 20.37 | 13.87 | 4.74 | - |
| YUV | 100.1 | 100.29 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 51 | 0 | 0.59 | 0.71 | 0.32 | 10.24 | 0.55 | 0.44 |
| Hex | AE | 48 | 33 | 0 | 3B | 47 | 20 | A | 37 | 2C |
| Octal | 256 | 110 | 63 | 0 | 73 | 107 | 40 | 12 | 67 | 54 |
| Binary | 10101110 | 1001000 | 110011 | 0 | 111011 | 1000111 | 100000 | 1010 | 110111 | 101100 |
Color Harmonies of #AE4833
Complementary color
Monochromatic Colors of #AE4833
Black with #AE4833
Text Example
Text Example
White with #AE4833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4833; }
p { color: rgb(174,72,51); }
H1.HeaderClassName
{
color: #AE4833;
}
.AnyTagClassName
{
color: #AE4833;
}
</style>
background-color css
<style>
a { background-color: #AE4833; }
a { background-color: rgb(174,72,51); }
div.DivClassName
{
background-color: #AE4833;
}
.BgClassName
{
background-color: #AE4833;
}
</style>
border-color css
<style>
span { border-color: #AE4833; }
span { border-color: rgb(174,72,51); }
td.TdClassName
{
border-color: #AE4833;
}
.TagClassName
{
border-color: #AE4833;
}
</style>