Shades of Medium Carmine #AE412D
Tints of Medium Carmine #AE412D
RGB
CMYK
RGB Variations
Color information
#AE412D (or 0xAE412D) is known color: Medium Carmine. HEX triplet: AE, 41 and 2D. RGB value is (174,65,45). Sum of RGB (Red+Green+Blue) = 174+65+45=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE412D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE412D is #51BED2. Grayscale: #5F5F5F. Windows color (decimal): -5357267 or 2965934. OLE color: 2965934.
HSL color Cylindrical-coordinate representation of color #AE412D: hue angle of 9.3º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE412D is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 45 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.32 |
| HSL | 9.3º | 0.59% | 0.43% | - |
| HSV(B) | 9.3º | 0.74% | 0.68% | - |
| XYZ | 19.82 | 12.97 | 3.94 | - |
| YUV | 95.31 | 99.61 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 45 | 0 | 0.63 | 0.74 | 0.32 | 9.3 | 0.59 | 0.43 |
| Hex | AE | 41 | 2D | 0 | 3F | 4A | 20 | 9 | 3B | 2B |
| Octal | 256 | 101 | 55 | 0 | 77 | 112 | 40 | 11 | 73 | 53 |
| Binary | 10101110 | 1000001 | 101101 | 0 | 111111 | 1001010 | 100000 | 1001 | 111011 | 101011 |
Color Harmonies of #AE412D
Complementary color
Monochromatic Colors of #AE412D
Black with #AE412D
Text Example
Text Example
White with #AE412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE412D; }
p { color: rgb(174,65,45); }
H1.HeaderClassName
{
color: #AE412D;
}
.AnyTagClassName
{
color: #AE412D;
}
</style>
background-color css
<style>
a { background-color: #AE412D; }
a { background-color: rgb(174,65,45); }
div.DivClassName
{
background-color: #AE412D;
}
.BgClassName
{
background-color: #AE412D;
}
</style>
border-color css
<style>
span { border-color: #AE412D; }
span { border-color: rgb(174,65,45); }
td.TdClassName
{
border-color: #AE412D;
}
.TagClassName
{
border-color: #AE412D;
}
</style>