Shades of Medium Carmine #AE442F
Tints of Medium Carmine #AE442F
RGB
CMYK
RGB Variations
Color information
#AE442F (or 0xAE442F) is known color: Medium Carmine. HEX triplet: AE, 44 and 2F. RGB value is (174,68,47). Sum of RGB (Red+Green+Blue) = 174+68+47=289 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.21% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 174 - color contains mainly: red. Hex color #AE442F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE442F is #51BBD0. Grayscale: #616161. Windows color (decimal): -5356497 or 3097774. OLE color: 3097774.
HSL color Cylindrical-coordinate representation of color #AE442F: hue angle of 9.92º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AE442F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 68 | 47 | - |
| CMYK | 0 | 0.61 | 0.73 | 0.32 |
| HSL | 9.92º | 0.57% | 0.43% | - |
| HSV(B) | 9.92º | 0.73% | 0.68% | - |
| XYZ | 20.04 | 13.34 | 4.21 | - |
| YUV | 97.3 | 99.62 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 68 | 47 | 0 | 0.61 | 0.73 | 0.32 | 9.92 | 0.57 | 0.43 |
| Hex | AE | 44 | 2F | 0 | 3D | 49 | 20 | A | 39 | 2B |
| Octal | 256 | 104 | 57 | 0 | 75 | 111 | 40 | 12 | 71 | 53 |
| Binary | 10101110 | 1000100 | 101111 | 0 | 111101 | 1001001 | 100000 | 1010 | 111001 | 101011 |
Color Harmonies of #AE442F
Complementary color
Monochromatic Colors of #AE442F
Black with #AE442F
Text Example
Text Example
White with #AE442F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE442F; }
p { color: rgb(174,68,47); }
H1.HeaderClassName
{
color: #AE442F;
}
.AnyTagClassName
{
color: #AE442F;
}
</style>
background-color css
<style>
a { background-color: #AE442F; }
a { background-color: rgb(174,68,47); }
div.DivClassName
{
background-color: #AE442F;
}
.BgClassName
{
background-color: #AE442F;
}
</style>
border-color css
<style>
span { border-color: #AE442F; }
span { border-color: rgb(174,68,47); }
td.TdClassName
{
border-color: #AE442F;
}
.TagClassName
{
border-color: #AE442F;
}
</style>