Shades of Medium Carmine #AE4838
Tints of Medium Carmine #AE4838
RGB
CMYK
RGB Variations
Color information
#AE4838 (or 0xAE4838) is known color: Medium Carmine. HEX triplet: AE, 48 and 38. RGB value is (174,72,56). Sum of RGB (Red+Green+Blue) = 174+72+56=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4838 is #51B7C7. Grayscale: #646464. Windows color (decimal): -5355464 or 3688622. OLE color: 3688622.
HSL color Cylindrical-coordinate representation of color #AE4838: hue angle of 8.14º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4838 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 72 | 56 | - |
| CMYK | 0 | 0.59 | 0.68 | 0.32 |
| HSL | 8.14º | 0.51% | 0.45% | - |
| HSV(B) | 8.14º | 0.68% | 0.68% | - |
| XYZ | 20.49 | 13.92 | 5.35 | - |
| YUV | 100.67 | 102.79 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 72 | 56 | 0 | 0.59 | 0.68 | 0.32 | 8.14 | 0.51 | 0.45 |
| Hex | AE | 48 | 38 | 0 | 3B | 44 | 20 | 8 | 33 | 2D |
| Octal | 256 | 110 | 70 | 0 | 73 | 104 | 40 | 10 | 63 | 55 |
| Binary | 10101110 | 1001000 | 111000 | 0 | 111011 | 1000100 | 100000 | 1000 | 110011 | 101101 |
Color Harmonies of #AE4838
Complementary color
Monochromatic Colors of #AE4838
Black with #AE4838
Text Example
Text Example
White with #AE4838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4838; }
p { color: rgb(174,72,56); }
H1.HeaderClassName
{
color: #AE4838;
}
.AnyTagClassName
{
color: #AE4838;
}
</style>
background-color css
<style>
a { background-color: #AE4838; }
a { background-color: rgb(174,72,56); }
div.DivClassName
{
background-color: #AE4838;
}
.BgClassName
{
background-color: #AE4838;
}
</style>
border-color css
<style>
span { border-color: #AE4838; }
span { border-color: rgb(174,72,56); }
td.TdClassName
{
border-color: #AE4838;
}
.TagClassName
{
border-color: #AE4838;
}
</style>