Shades of Medium Carmine #AE3A38
Tints of Medium Carmine #AE3A38
RGB
CMYK
RGB Variations
Color information
#AE3A38 (or 0xAE3A38) is known color: Medium Carmine. HEX triplet: AE, 3A and 38. RGB value is (174,58,56). Sum of RGB (Red+Green+Blue) = 174+58+56=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3A38 is #51C5C7. Grayscale: #5C5C5C. Windows color (decimal): -5359048 or 3685038. OLE color: 3685038.
HSL color Cylindrical-coordinate representation of color #AE3A38: hue angle of 1.02º 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 #AE3A38 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 58 | 56 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.32 |
| HSL | 1.02º | 0.51% | 0.45% | - |
| HSV(B) | 1.02º | 0.68% | 0.68% | - |
| XYZ | 19.68 | 12.31 | 5.08 | - |
| YUV | 92.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 58 | 56 | 0 | 0.67 | 0.68 | 0.32 | 1.02 | 0.51 | 0.45 |
| Hex | AE | 3A | 38 | 0 | 43 | 44 | 20 | 1 | 33 | 2D |
| Octal | 256 | 72 | 70 | 0 | 103 | 104 | 40 | 1 | 63 | 55 |
| Binary | 10101110 | 111010 | 111000 | 0 | 1000011 | 1000100 | 100000 | 1 | 110011 | 101101 |
Color Harmonies of #AE3A38
Complementary color
Monochromatic Colors of #AE3A38
Black with #AE3A38
Text Example
Text Example
White with #AE3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3A38; }
p { color: rgb(174,58,56); }
H1.HeaderClassName
{
color: #AE3A38;
}
.AnyTagClassName
{
color: #AE3A38;
}
</style>
background-color css
<style>
a { background-color: #AE3A38; }
a { background-color: rgb(174,58,56); }
div.DivClassName
{
background-color: #AE3A38;
}
.BgClassName
{
background-color: #AE3A38;
}
</style>
border-color css
<style>
span { border-color: #AE3A38; }
span { border-color: rgb(174,58,56); }
td.TdClassName
{
border-color: #AE3A38;
}
.TagClassName
{
border-color: #AE3A38;
}
</style>