Shades of Medium Carmine #AE413D
Tints of Medium Carmine #AE413D
RGB
CMYK
RGB Variations
Color information
#AE413D (or 0xAE413D) is known color: Medium Carmine. HEX triplet: AE, 41 and 3D. RGB value is (174,65,61). Sum of RGB (Red+Green+Blue) = 174+65+61=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413D is #51BEC2. Grayscale: #616161. Windows color (decimal): -5357251 or 4014510. OLE color: 4014510.
HSL color Cylindrical-coordinate representation of color #AE413D: hue angle of 2.12º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE413D is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 61 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.32 |
| HSL | 2.12º | 0.48% | 0.46% | - |
| HSV(B) | 2.12º | 0.65% | 0.68% | - |
| XYZ | 20.19 | 13.12 | 5.88 | - |
| YUV | 97.14 | 107.61 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 61 | 0 | 0.63 | 0.65 | 0.32 | 2.12 | 0.48 | 0.46 |
| Hex | AE | 41 | 3D | 0 | 3F | 41 | 20 | 2 | 30 | 2E |
| Octal | 256 | 101 | 75 | 0 | 77 | 101 | 40 | 2 | 60 | 56 |
| Binary | 10101110 | 1000001 | 111101 | 0 | 111111 | 1000001 | 100000 | 10 | 110000 | 101110 |
Color Harmonies of #AE413D
Complementary color
Monochromatic Colors of #AE413D
Black with #AE413D
Text Example
Text Example
White with #AE413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE413D; }
p { color: rgb(174,65,61); }
H1.HeaderClassName
{
color: #AE413D;
}
.AnyTagClassName
{
color: #AE413D;
}
</style>
background-color css
<style>
a { background-color: #AE413D; }
a { background-color: rgb(174,65,61); }
div.DivClassName
{
background-color: #AE413D;
}
.BgClassName
{
background-color: #AE413D;
}
</style>
border-color css
<style>
span { border-color: #AE413D; }
span { border-color: rgb(174,65,61); }
td.TdClassName
{
border-color: #AE413D;
}
.TagClassName
{
border-color: #AE413D;
}
</style>