Shades of Medium Carmine #AE403A
Tints of Medium Carmine #AE403A
RGB
CMYK
RGB Variations
Color information
#AE403A (or 0xAE403A) is known color: Medium Carmine. HEX triplet: AE, 40 and 3A. RGB value is (174,64,58). Sum of RGB (Red+Green+Blue) = 174+64+58=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE403A is #51BFC5. Grayscale: #606060. Windows color (decimal): -5357510 or 3817646. OLE color: 3817646.
HSL color Cylindrical-coordinate representation of color #AE403A: hue angle of 3.1º 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 #AE403A is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 64 | 58 | - |
| CMYK | 0 | 0.63 | 0.67 | 0.32 |
| HSL | 3.1º | 0.5% | 0.45% | - |
| HSV(B) | 3.1º | 0.67% | 0.68% | - |
| XYZ | 20.05 | 12.97 | 5.45 | - |
| YUV | 96.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 64 | 58 | 0 | 0.63 | 0.67 | 0.32 | 3.1 | 0.5 | 0.45 |
| Hex | AE | 40 | 3A | 0 | 3F | 43 | 20 | 3 | 32 | 2D |
| Octal | 256 | 100 | 72 | 0 | 77 | 103 | 40 | 3 | 62 | 55 |
| Binary | 10101110 | 1000000 | 111010 | 0 | 111111 | 1000011 | 100000 | 11 | 110010 | 101101 |
Color Harmonies of #AE403A
Complementary color
Monochromatic Colors of #AE403A
Black with #AE403A
Text Example
Text Example
White with #AE403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE403A; }
p { color: rgb(174,64,58); }
H1.HeaderClassName
{
color: #AE403A;
}
.AnyTagClassName
{
color: #AE403A;
}
</style>
background-color css
<style>
a { background-color: #AE403A; }
a { background-color: rgb(174,64,58); }
div.DivClassName
{
background-color: #AE403A;
}
.BgClassName
{
background-color: #AE403A;
}
</style>
border-color css
<style>
span { border-color: #AE403A; }
span { border-color: rgb(174,64,58); }
td.TdClassName
{
border-color: #AE403A;
}
.TagClassName
{
border-color: #AE403A;
}
</style>