Shades of Carmine #AE012C
Tints of Carmine #AE012C
RGB
CMYK
RGB Variations
Color information
#AE012C (or 0xAE012C) is known color: Carmine. HEX triplet: AE, 01 and 2C. RGB value is (174,1,44). Sum of RGB (Red+Green+Blue) = 174+1+44=219 (29% of max value = 765). Red value is 174 (68.36% from 255 or 79.45% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 174 - color contains mainly: red. Hex color #AE012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE012C is #51FED3. Grayscale: #393939. Windows color (decimal): -5373652 or 2884014. OLE color: 2884014.
HSL color Cylindrical-coordinate representation of color #AE012C: hue angle of 345.09º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE012C is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.32 |
| HSL | 345.09º | 0.99% | 0.34% | - |
| HSV(B) | 345.09º | 0.99% | 0.68% | - |
| XYZ | 17.92 | 9.2 | 3.21 | - |
| YUV | 57.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 44 | 0 | 0.99 | 0.75 | 0.32 | 345.09 | 0.99 | 0.34 |
| Hex | AE | 1 | 2C | 0 | 63 | 4B | 20 | 159 | 63 | 22 |
| Octal | 256 | 1 | 54 | 0 | 143 | 113 | 40 | 531 | 143 | 42 |
| Binary | 10101110 | 1 | 101100 | 0 | 1100011 | 1001011 | 100000 | 101011001 | 1100011 | 100010 |
Color Harmonies of #AE012C
Complementary color
Monochromatic Colors of #AE012C
Black with #AE012C
Text Example
Text Example
White with #AE012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE012C; }
p { color: rgb(174,1,44); }
H1.HeaderClassName
{
color: #AE012C;
}
.AnyTagClassName
{
color: #AE012C;
}
</style>
background-color css
<style>
a { background-color: #AE012C; }
a { background-color: rgb(174,1,44); }
div.DivClassName
{
background-color: #AE012C;
}
.BgClassName
{
background-color: #AE012C;
}
</style>
border-color css
<style>
span { border-color: #AE012C; }
span { border-color: rgb(174,1,44); }
td.TdClassName
{
border-color: #AE012C;
}
.TagClassName
{
border-color: #AE012C;
}
</style>