Shades of Medium Carmine #AE413B
Tints of Medium Carmine #AE413B
RGB
CMYK
RGB Variations
Color information
#AE413B (or 0xAE413B) is known color: Medium Carmine. HEX triplet: AE, 41 and 3B. RGB value is (174,65,59). Sum of RGB (Red+Green+Blue) = 174+65+59=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413B is #51BEC4. Grayscale: #616161. Windows color (decimal): -5357253 or 3883438. OLE color: 3883438.
HSL color Cylindrical-coordinate representation of color #AE413B: hue angle of 3.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE413B is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 59 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.32 |
| HSL | 3.13º | 0.49% | 0.46% | - |
| HSV(B) | 3.13º | 0.66% | 0.68% | - |
| XYZ | 20.14 | 13.1 | 5.6 | - |
| YUV | 96.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 59 | 0 | 0.63 | 0.66 | 0.32 | 3.13 | 0.49 | 0.46 |
| Hex | AE | 41 | 3B | 0 | 3F | 42 | 20 | 3 | 31 | 2E |
| Octal | 256 | 101 | 73 | 0 | 77 | 102 | 40 | 3 | 61 | 56 |
| Binary | 10101110 | 1000001 | 111011 | 0 | 111111 | 1000010 | 100000 | 11 | 110001 | 101110 |
Color Harmonies of #AE413B
Complementary color
Monochromatic Colors of #AE413B
Black with #AE413B
Text Example
Text Example
White with #AE413B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE413B; }
p { color: rgb(174,65,59); }
H1.HeaderClassName
{
color: #AE413B;
}
.AnyTagClassName
{
color: #AE413B;
}
</style>
background-color css
<style>
a { background-color: #AE413B; }
a { background-color: rgb(174,65,59); }
div.DivClassName
{
background-color: #AE413B;
}
.BgClassName
{
background-color: #AE413B;
}
</style>
border-color css
<style>
span { border-color: #AE413B; }
span { border-color: rgb(174,65,59); }
td.TdClassName
{
border-color: #AE413B;
}
.TagClassName
{
border-color: #AE413B;
}
</style>