Shades of Carmine #AE011C
Tints of Carmine #AE011C
RGB
CMYK
RGB Variations
Color information
#AE011C (or 0xAE011C) is known color: Carmine. HEX triplet: AE, 01 and 1C. RGB value is (174,1,28). Sum of RGB (Red+Green+Blue) = 174+1+28=203 (26% of max value = 765). Red value is 174 (68.36% from 255 or 85.71% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 28 (11.33% from 255 or 13.79% from 203); Max value from RGB is 174 - color contains mainly: red. Hex color #AE011C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE011C is #51FEE3. Grayscale: #373737. Windows color (decimal): -5373668 or 1835438. OLE color: 1835438.
HSL color Cylindrical-coordinate representation of color #AE011C: hue angle of 350.64º 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 #AE011C is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 28 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.32 |
| HSL | 350.64º | 0.99% | 0.34% | - |
| HSV(B) | 350.64º | 0.99% | 0.68% | - |
| XYZ | 17.68 | 9.1 | 1.92 | - |
| YUV | 55.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 28 | 0 | 0.99 | 0.84 | 0.32 | 350.64 | 0.99 | 0.34 |
| Hex | AE | 1 | 1C | 0 | 63 | 54 | 20 | 15F | 63 | 22 |
| Octal | 256 | 1 | 34 | 0 | 143 | 124 | 40 | 537 | 143 | 42 |
| Binary | 10101110 | 1 | 11100 | 0 | 1100011 | 1010100 | 100000 | 101011111 | 1100011 | 100010 |
Color Harmonies of #AE011C
Complementary color
Monochromatic Colors of #AE011C
Black with #AE011C
Text Example
Text Example
White with #AE011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE011C; }
p { color: rgb(174,1,28); }
H1.HeaderClassName
{
color: #AE011C;
}
.AnyTagClassName
{
color: #AE011C;
}
</style>
background-color css
<style>
a { background-color: #AE011C; }
a { background-color: rgb(174,1,28); }
div.DivClassName
{
background-color: #AE011C;
}
.BgClassName
{
background-color: #AE011C;
}
</style>
border-color css
<style>
span { border-color: #AE011C; }
span { border-color: rgb(174,1,28); }
td.TdClassName
{
border-color: #AE011C;
}
.TagClassName
{
border-color: #AE011C;
}
</style>