Shades of Medium Carmine #AE3D3A
Tints of Medium Carmine #AE3D3A
RGB
CMYK
RGB Variations
Color information
#AE3D3A (or 0xAE3D3A) is known color: Medium Carmine. HEX triplet: AE, 3D and 3A. RGB value is (174,61,58). Sum of RGB (Red+Green+Blue) = 174+61+58=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 58 (23.05% from 255 or 19.80% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D3A is #51C2C5. Grayscale: #5E5E5E. Windows color (decimal): -5358278 or 3816878. OLE color: 3816878.
HSL color Cylindrical-coordinate representation of color #AE3D3A: hue angle of 1.55º 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 #AE3D3A is Cyan = 0, Magento = 0.65, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 61 | 58 | - |
| CMYK | 0 | 0.65 | 0.67 | 0.32 |
| HSL | 1.55º | 0.5% | 0.45% | - |
| HSV(B) | 1.55º | 0.67% | 0.68% | - |
| XYZ | 19.89 | 12.64 | 5.39 | - |
| YUV | 94.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 61 | 58 | 0 | 0.65 | 0.67 | 0.32 | 1.55 | 0.5 | 0.45 |
| Hex | AE | 3D | 3A | 0 | 41 | 43 | 20 | 2 | 32 | 2D |
| Octal | 256 | 75 | 72 | 0 | 101 | 103 | 40 | 2 | 62 | 55 |
| Binary | 10101110 | 111101 | 111010 | 0 | 1000001 | 1000011 | 100000 | 10 | 110010 | 101101 |
Color Harmonies of #AE3D3A
Complementary color
Monochromatic Colors of #AE3D3A
Black with #AE3D3A
Text Example
Text Example
White with #AE3D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE3D3A; }
p { color: rgb(174,61,58); }
H1.HeaderClassName
{
color: #AE3D3A;
}
.AnyTagClassName
{
color: #AE3D3A;
}
</style>
background-color css
<style>
a { background-color: #AE3D3A; }
a { background-color: rgb(174,61,58); }
div.DivClassName
{
background-color: #AE3D3A;
}
.BgClassName
{
background-color: #AE3D3A;
}
</style>
border-color css
<style>
span { border-color: #AE3D3A; }
span { border-color: rgb(174,61,58); }
td.TdClassName
{
border-color: #AE3D3A;
}
.TagClassName
{
border-color: #AE3D3A;
}
</style>