Shades of Medium Carmine #AE4038
Tints of Medium Carmine #AE4038
RGB
CMYK
RGB Variations
Color information
#AE4038 (or 0xAE4038) is known color: Medium Carmine. HEX triplet: AE, 40 and 38. RGB value is (174,64,56). Sum of RGB (Red+Green+Blue) = 174+64+56=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4038 is #51BFC7. Grayscale: #606060. Windows color (decimal): -5357512 or 3686574. OLE color: 3686574.
HSL color Cylindrical-coordinate representation of color #AE4038: hue angle of 4.07º 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 #AE4038 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 56 | - |
| CMYK | 0 | 0.63 | 0.68 | 0.32 |
| HSL | 4.07º | 0.51% | 0.45% | - |
| HSV(B) | 4.07º | 0.68% | 0.68% | - |
| XYZ | 20 | 12.95 | 5.19 | - |
| YUV | 95.98 | 105.44 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 56 | 0 | 0.63 | 0.68 | 0.32 | 4.07 | 0.51 | 0.45 |
| Hex | AE | 40 | 38 | 0 | 3F | 44 | 20 | 4 | 33 | 2D |
| Octal | 256 | 100 | 70 | 0 | 77 | 104 | 40 | 4 | 63 | 55 |
| Binary | 10101110 | 1000000 | 111000 | 0 | 111111 | 1000100 | 100000 | 100 | 110011 | 101101 |
Color Harmonies of #AE4038
Complementary color
Monochromatic Colors of #AE4038
Black with #AE4038
Text Example
Text Example
White with #AE4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE4038; }
p { color: rgb(174,64,56); }
H1.HeaderClassName
{
color: #AE4038;
}
.AnyTagClassName
{
color: #AE4038;
}
</style>
background-color css
<style>
a { background-color: #AE4038; }
a { background-color: rgb(174,64,56); }
div.DivClassName
{
background-color: #AE4038;
}
.BgClassName
{
background-color: #AE4038;
}
</style>
border-color css
<style>
span { border-color: #AE4038; }
span { border-color: rgb(174,64,56); }
td.TdClassName
{
border-color: #AE4038;
}
.TagClassName
{
border-color: #AE4038;
}
</style>