Shades of Medium Carmine #AE412A
Tints of Medium Carmine #AE412A
RGB
CMYK
RGB Variations
Color information
#AE412A (or 0xAE412A) is known color: Medium Carmine. HEX triplet: AE, 41 and 2A. RGB value is (174,65,42). Sum of RGB (Red+Green+Blue) = 174+65+42=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE412A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE412A is #51BED5. Grayscale: #5F5F5F. Windows color (decimal): -5357270 or 2769326. OLE color: 2769326.
HSL color Cylindrical-coordinate representation of color #AE412A: hue angle of 10.45º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE412A is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 65 | 42 | - |
| CMYK | 0 | 0.63 | 0.76 | 0.32 |
| HSL | 10.45º | 0.61% | 0.42% | - |
| HSV(B) | 10.45º | 0.76% | 0.68% | - |
| XYZ | 19.76 | 12.95 | 3.65 | - |
| YUV | 94.97 | 98.11 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 65 | 42 | 0 | 0.63 | 0.76 | 0.32 | 10.45 | 0.61 | 0.42 |
| Hex | AE | 41 | 2A | 0 | 3F | 4C | 20 | A | 3D | 2A |
| Octal | 256 | 101 | 52 | 0 | 77 | 114 | 40 | 12 | 75 | 52 |
| Binary | 10101110 | 1000001 | 101010 | 0 | 111111 | 1001100 | 100000 | 1010 | 111101 | 101010 |
Color Harmonies of #AE412A
Complementary color
Monochromatic Colors of #AE412A
Black with #AE412A
Text Example
Text Example
White with #AE412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE412A; }
p { color: rgb(174,65,42); }
H1.HeaderClassName
{
color: #AE412A;
}
.AnyTagClassName
{
color: #AE412A;
}
</style>
background-color css
<style>
a { background-color: #AE412A; }
a { background-color: rgb(174,65,42); }
div.DivClassName
{
background-color: #AE412A;
}
.BgClassName
{
background-color: #AE412A;
}
</style>
border-color css
<style>
span { border-color: #AE412A; }
span { border-color: rgb(174,65,42); }
td.TdClassName
{
border-color: #AE412A;
}
.TagClassName
{
border-color: #AE412A;
}
</style>