Shades of Carmine #AE010E
Tints of Carmine #AE010E
RGB
CMYK
RGB Variations
Color information
#AE010E (or 0xAE010E) is known color: Carmine. HEX triplet: AE, 01 and 0E. RGB value is (174,1,14). Sum of RGB (Red+Green+Blue) = 174+1+14=189 (25% of max value = 765). Red value is 174 (68.36% from 255 or 92.06% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 14 (5.86% from 255 or 7.41% from 189); Max value from RGB is 174 - color contains mainly: red. Hex color #AE010E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE010E is #51FEF1. Grayscale: #363636. Windows color (decimal): -5373682 or 917934. OLE color: 917934.
HSL color Cylindrical-coordinate representation of color #AE010E: hue angle of 355.49º 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 #AE010E is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.92 | 0.32 |
| HSL | 355.49º | 0.99% | 0.34% | - |
| HSV(B) | 355.49º | 0.99% | 0.68% | - |
| XYZ | 17.55 | 9.05 | 1.24 | - |
| YUV | 54.21 | 105.31 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 14 | 0 | 0.99 | 0.92 | 0.32 | 355.49 | 0.99 | 0.34 |
| Hex | AE | 1 | E | 0 | 63 | 5C | 20 | 163 | 63 | 22 |
| Octal | 256 | 1 | 16 | 0 | 143 | 134 | 40 | 543 | 143 | 42 |
| Binary | 10101110 | 1 | 1110 | 0 | 1100011 | 1011100 | 100000 | 101100011 | 1100011 | 100010 |
Color Harmonies of #AE010E
Complementary color
Monochromatic Colors of #AE010E
Black with #AE010E
Text Example
Text Example
White with #AE010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE010E; }
p { color: rgb(174,1,14); }
H1.HeaderClassName
{
color: #AE010E;
}
.AnyTagClassName
{
color: #AE010E;
}
</style>
background-color css
<style>
a { background-color: #AE010E; }
a { background-color: rgb(174,1,14); }
div.DivClassName
{
background-color: #AE010E;
}
.BgClassName
{
background-color: #AE010E;
}
</style>
border-color css
<style>
span { border-color: #AE010E; }
span { border-color: rgb(174,1,14); }
td.TdClassName
{
border-color: #AE010E;
}
.TagClassName
{
border-color: #AE010E;
}
</style>