Shades of Medium Carmine #AE422C
Tints of Medium Carmine #AE422C
RGB
CMYK
RGB Variations
Color information
#AE422C (or 0xAE422C) is known color: Medium Carmine. HEX triplet: AE, 42 and 2C. RGB value is (174,66,44). Sum of RGB (Red+Green+Blue) = 174+66+44=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE422C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE422C is #51BDD3. Grayscale: #5F5F5F. Windows color (decimal): -5357012 or 2900654. OLE color: 2900654.
HSL color Cylindrical-coordinate representation of color #AE422C: hue angle of 10.15º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE422C is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 66 | 44 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.32 |
| HSL | 10.15º | 0.6% | 0.43% | - |
| HSV(B) | 10.15º | 0.75% | 0.68% | - |
| XYZ | 19.86 | 13.08 | 3.86 | - |
| YUV | 95.78 | 98.78 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 66 | 44 | 0 | 0.62 | 0.75 | 0.32 | 10.15 | 0.6 | 0.43 |
| Hex | AE | 42 | 2C | 0 | 3E | 4B | 20 | A | 3C | 2B |
| Octal | 256 | 102 | 54 | 0 | 76 | 113 | 40 | 12 | 74 | 53 |
| Binary | 10101110 | 1000010 | 101100 | 0 | 111110 | 1001011 | 100000 | 1010 | 111100 | 101011 |
Color Harmonies of #AE422C
Complementary color
Monochromatic Colors of #AE422C
Black with #AE422C
Text Example
Text Example
White with #AE422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE422C; }
p { color: rgb(174,66,44); }
H1.HeaderClassName
{
color: #AE422C;
}
.AnyTagClassName
{
color: #AE422C;
}
</style>
background-color css
<style>
a { background-color: #AE422C; }
a { background-color: rgb(174,66,44); }
div.DivClassName
{
background-color: #AE422C;
}
.BgClassName
{
background-color: #AE422C;
}
</style>
border-color css
<style>
span { border-color: #AE422C; }
span { border-color: rgb(174,66,44); }
td.TdClassName
{
border-color: #AE422C;
}
.TagClassName
{
border-color: #AE422C;
}
</style>