Shades of Carmine #AE011E
Tints of Carmine #AE011E
RGB
CMYK
RGB Variations
Color information
#AE011E (or 0xAE011E) is known color: Carmine. HEX triplet: AE, 01 and 1E. RGB value is (174,1,30). Sum of RGB (Red+Green+Blue) = 174+1+30=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 30 (12.11% from 255 or 14.63% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE011E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE011E is #51FEE1. Grayscale: #383838. Windows color (decimal): -5373666 or 1966510. OLE color: 1966510.
HSL color Cylindrical-coordinate representation of color #AE011E: hue angle of 349.94º 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 #AE011E is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 30 | - |
| CMYK | 0 | 0.99 | 0.83 | 0.32 |
| HSL | 349.94º | 0.99% | 0.34% | - |
| HSV(B) | 349.94º | 0.99% | 0.68% | - |
| XYZ | 17.7 | 9.11 | 2.05 | - |
| YUV | 56.03 | 113.31 | 212.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 30 | 0 | 0.99 | 0.83 | 0.32 | 349.94 | 0.99 | 0.34 |
| Hex | AE | 1 | 1E | 0 | 63 | 53 | 20 | 15E | 63 | 22 |
| Octal | 256 | 1 | 36 | 0 | 143 | 123 | 40 | 536 | 143 | 42 |
| Binary | 10101110 | 1 | 11110 | 0 | 1100011 | 1010011 | 100000 | 101011110 | 1100011 | 100010 |
Color Harmonies of #AE011E
Complementary color
Monochromatic Colors of #AE011E
Black with #AE011E
Text Example
Text Example
White with #AE011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE011E; }
p { color: rgb(174,1,30); }
H1.HeaderClassName
{
color: #AE011E;
}
.AnyTagClassName
{
color: #AE011E;
}
</style>
background-color css
<style>
a { background-color: #AE011E; }
a { background-color: rgb(174,1,30); }
div.DivClassName
{
background-color: #AE011E;
}
.BgClassName
{
background-color: #AE011E;
}
</style>
border-color css
<style>
span { border-color: #AE011E; }
span { border-color: rgb(174,1,30); }
td.TdClassName
{
border-color: #AE011E;
}
.TagClassName
{
border-color: #AE011E;
}
</style>