Shades of Carmine #AE000C
Tints of Carmine #AE000C
RGB
CMYK
RGB Variations
Color information
#AE000C (or 0xAE000C) is known color: Carmine. HEX triplet: AE, 00 and 0C. RGB value is (174,0,12). Sum of RGB (Red+Green+Blue) = 174+0+12=186 (24% of max value = 765). Red value is 174 (68.36% from 255 or 93.55% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 12 (5.08% from 255 or 6.45% from 186); Max value from RGB is 174 - color contains mainly: red. Hex color #AE000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE000C is #51FFF3. Grayscale: #353535. Windows color (decimal): -5373940 or 786606. OLE color: 786606.
HSL color Cylindrical-coordinate representation of color #AE000C: hue angle of 355.86º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE000C is Cyan = 0, Magento = 1, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.93 | 0.32 |
| HSL | 355.86º | 1% | 0.34% | - |
| HSV(B) | 355.86º | 1% | 0.68% | - |
| XYZ | 17.52 | 9.03 | 1.17 | - |
| YUV | 53.39 | 104.65 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 12 | 0 | 1 | 0.93 | 0.32 | 355.86 | 1 | 0.34 |
| Hex | AE | 0 | C | 0 | 64 | 5D | 20 | 164 | 64 | 22 |
| Octal | 256 | 0 | 14 | 0 | 144 | 135 | 40 | 544 | 144 | 42 |
| Binary | 10101110 | 0 | 1100 | 0 | 1100100 | 1011101 | 100000 | 101100100 | 1100100 | 100010 |
Color Harmonies of #AE000C
Complementary color
Monochromatic Colors of #AE000C
Black with #AE000C
Text Example
Text Example
White with #AE000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE000C; }
p { color: rgb(174,0,12); }
H1.HeaderClassName
{
color: #AE000C;
}
.AnyTagClassName
{
color: #AE000C;
}
</style>
background-color css
<style>
a { background-color: #AE000C; }
a { background-color: rgb(174,0,12); }
div.DivClassName
{
background-color: #AE000C;
}
.BgClassName
{
background-color: #AE000C;
}
</style>
border-color css
<style>
span { border-color: #AE000C; }
span { border-color: rgb(174,0,12); }
td.TdClassName
{
border-color: #AE000C;
}
.TagClassName
{
border-color: #AE000C;
}
</style>