Shades of Medium Carmine #AE3E3A
Tints of Medium Carmine #AE3E3A
RGB
CMYK
RGB Variations
Color information
#AE3E3A (or 0xAE3E3A) is known color: Medium Carmine. HEX triplet: AE, 3E and 3A. RGB value is (174,62,58). Sum of RGB (Red+Green+Blue) = 174+62+58=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E3A is #51C1C5. Grayscale: #5F5F5F. Windows color (decimal): -5358022 or 3817134. OLE color: 3817134.
HSL color Cylindrical-coordinate representation of color #AE3E3A: hue angle of 2.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE3E3A is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 62 | 58 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.32 |
| HSL | 2.07º | 0.5% | 0.45% | - |
| HSV(B) | 2.07º | 0.67% | 0.68% | - |
| XYZ | 19.94 | 12.75 | 5.41 | - |
| YUV | 95.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 62 | 58 | 0 | 0.64 | 0.67 | 0.32 | 2.07 | 0.5 | 0.45 |
| Hex | AE | 3E | 3A | 0 | 40 | 43 | 20 | 2 | 32 | 2D |
| Octal | 256 | 76 | 72 | 0 | 100 | 103 | 40 | 2 | 62 | 55 |
| Binary | 10101110 | 111110 | 111010 | 0 | 1000000 | 1000011 | 100000 | 10 | 110010 | 101101 |
Color Harmonies of #AE3E3A
Complementary color
Monochromatic Colors of #AE3E3A
Black with #AE3E3A
Text Example
Text Example
White with #AE3E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3E3A; }
p { color: rgb(174,62,58); }
H1.HeaderClassName
{
color: #AE3E3A;
}
.AnyTagClassName
{
color: #AE3E3A;
}
</style>
background-color css
<style>
a { background-color: #AE3E3A; }
a { background-color: rgb(174,62,58); }
div.DivClassName
{
background-color: #AE3E3A;
}
.BgClassName
{
background-color: #AE3E3A;
}
</style>
border-color css
<style>
span { border-color: #AE3E3A; }
span { border-color: rgb(174,62,58); }
td.TdClassName
{
border-color: #AE3E3A;
}
.TagClassName
{
border-color: #AE3E3A;
}
</style>