Shades of Carmine #AE000F
Tints of Carmine #AE000F
RGB
CMYK
RGB Variations
Color information
#AE000F (or 0xAE000F) is known color: Carmine. HEX triplet: AE, 00 and 0F. RGB value is (174,0,15). Sum of RGB (Red+Green+Blue) = 174+0+15=189 (25% of max value = 765). Red value is 174 (68.36% from 255 or 92.06% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 15 (6.25% from 255 or 7.94% from 189); Max value from RGB is 174 - color contains mainly: red. Hex color #AE000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE000F is #51FFF0. Grayscale: #353535. Windows color (decimal): -5373937 or 983214. OLE color: 983214.
HSL color Cylindrical-coordinate representation of color #AE000F: hue angle of 354.83º 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 #AE000F is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.91 | 0.32 |
| HSL | 354.83º | 1% | 0.34% | - |
| HSV(B) | 354.83º | 1% | 0.68% | - |
| XYZ | 17.54 | 9.03 | 1.27 | - |
| YUV | 53.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 15 | 0 | 1 | 0.91 | 0.32 | 354.83 | 1 | 0.34 |
| Hex | AE | 0 | F | 0 | 64 | 5B | 20 | 163 | 64 | 22 |
| Octal | 256 | 0 | 17 | 0 | 144 | 133 | 40 | 543 | 144 | 42 |
| Binary | 10101110 | 0 | 1111 | 0 | 1100100 | 1011011 | 100000 | 101100011 | 1100100 | 100010 |
Color Harmonies of #AE000F
Complementary color
Monochromatic Colors of #AE000F
Black with #AE000F
Text Example
Text Example
White with #AE000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE000F; }
p { color: rgb(174,0,15); }
H1.HeaderClassName
{
color: #AE000F;
}
.AnyTagClassName
{
color: #AE000F;
}
</style>
background-color css
<style>
a { background-color: #AE000F; }
a { background-color: rgb(174,0,15); }
div.DivClassName
{
background-color: #AE000F;
}
.BgClassName
{
background-color: #AE000F;
}
</style>
border-color css
<style>
span { border-color: #AE000F; }
span { border-color: rgb(174,0,15); }
td.TdClassName
{
border-color: #AE000F;
}
.TagClassName
{
border-color: #AE000F;
}
</style>