Shades of Carmine #AE032C
Tints of Carmine #AE032C
RGB
CMYK
RGB Variations
Color information
#AE032C (or 0xAE032C) is known color: Carmine. HEX triplet: AE, 03 and 2C. RGB value is (174,3,44). Sum of RGB (Red+Green+Blue) = 174+3+44=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE032C is #51FCD3. Grayscale: #3A3A3A. Windows color (decimal): -5373140 or 2884526. OLE color: 2884526.
HSL color Cylindrical-coordinate representation of color #AE032C: hue angle of 345.61º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE032C is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 44 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.32 |
| HSL | 345.61º | 0.97% | 0.35% | - |
| HSV(B) | 345.61º | 0.98% | 0.68% | - |
| XYZ | 17.94 | 9.25 | 3.22 | - |
| YUV | 58.8 | 119.65 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 44 | 0 | 0.98 | 0.75 | 0.32 | 345.61 | 0.97 | 0.35 |
| Hex | AE | 3 | 2C | 0 | 62 | 4B | 20 | 15A | 61 | 23 |
| Octal | 256 | 3 | 54 | 0 | 142 | 113 | 40 | 532 | 141 | 43 |
| Binary | 10101110 | 11 | 101100 | 0 | 1100010 | 1001011 | 100000 | 101011010 | 1100001 | 100011 |
Color Harmonies of #AE032C
Complementary color
Monochromatic Colors of #AE032C
Black with #AE032C
Text Example
Text Example
White with #AE032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE032C; }
p { color: rgb(174,3,44); }
H1.HeaderClassName
{
color: #AE032C;
}
.AnyTagClassName
{
color: #AE032C;
}
</style>
background-color css
<style>
a { background-color: #AE032C; }
a { background-color: rgb(174,3,44); }
div.DivClassName
{
background-color: #AE032C;
}
.BgClassName
{
background-color: #AE032C;
}
</style>
border-color css
<style>
span { border-color: #AE032C; }
span { border-color: rgb(174,3,44); }
td.TdClassName
{
border-color: #AE032C;
}
.TagClassName
{
border-color: #AE032C;
}
</style>