Shades of Medium Carmine #AE463B
Tints of Medium Carmine #AE463B
RGB
CMYK
RGB Variations
Color information
#AE463B (or 0xAE463B) is known color: Medium Carmine. HEX triplet: AE, 46 and 3B. RGB value is (174,70,59). Sum of RGB (Red+Green+Blue) = 174+70+59=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE463B is #51B9C4. Grayscale: #636363. Windows color (decimal): -5355973 or 3884718. OLE color: 3884718.
HSL color Cylindrical-coordinate representation of color #AE463B: hue angle of 5.74º 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 #AE463B is Cyan = 0, Magento = 0.60, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 70 | 59 | - |
| CMYK | 0 | 0.60 | 0.66 | 0.32 |
| HSL | 5.74º | 0.49% | 0.46% | - |
| HSV(B) | 5.74º | 0.66% | 0.68% | - |
| XYZ | 20.44 | 13.69 | 5.7 | - |
| YUV | 99.84 | 104.96 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 70 | 59 | 0 | 0.60 | 0.66 | 0.32 | 5.74 | 0.49 | 0.46 |
| Hex | AE | 46 | 3B | 0 | 3C | 42 | 20 | 6 | 31 | 2E |
| Octal | 256 | 106 | 73 | 0 | 74 | 102 | 40 | 6 | 61 | 56 |
| Binary | 10101110 | 1000110 | 111011 | 0 | 111100 | 1000010 | 100000 | 110 | 110001 | 101110 |
Color Harmonies of #AE463B
Complementary color
Monochromatic Colors of #AE463B
Black with #AE463B
Text Example
Text Example
White with #AE463B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE463B; }
p { color: rgb(174,70,59); }
H1.HeaderClassName
{
color: #AE463B;
}
.AnyTagClassName
{
color: #AE463B;
}
</style>
background-color css
<style>
a { background-color: #AE463B; }
a { background-color: rgb(174,70,59); }
div.DivClassName
{
background-color: #AE463B;
}
.BgClassName
{
background-color: #AE463B;
}
</style>
border-color css
<style>
span { border-color: #AE463B; }
span { border-color: rgb(174,70,59); }
td.TdClassName
{
border-color: #AE463B;
}
.TagClassName
{
border-color: #AE463B;
}
</style>