Shades of Carmine #AE0210
Tints of Carmine #AE0210
RGB
CMYK
RGB Variations
Color information
#AE0210 (or 0xAE0210) is known color: Carmine. HEX triplet: AE, 02 and 10. RGB value is (174,2,16). Sum of RGB (Red+Green+Blue) = 174+2+16=192 (25% of max value = 765). Red value is 174 (68.36% from 255 or 90.62% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0210 is #51FDEF. Grayscale: #373737. Windows color (decimal): -5373424 or 1049262. OLE color: 1049262.
HSL color Cylindrical-coordinate representation of color #AE0210: hue angle of 355.12º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AE0210 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 16 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.32 |
| HSL | 355.12º | 0.98% | 0.35% | - |
| HSV(B) | 355.12º | 0.99% | 0.68% | - |
| XYZ | 17.57 | 9.08 | 1.32 | - |
| YUV | 55.02 | 105.98 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 16 | 0 | 0.99 | 0.91 | 0.32 | 355.12 | 0.98 | 0.35 |
| Hex | AE | 2 | 10 | 0 | 63 | 5B | 20 | 163 | 62 | 23 |
| Octal | 256 | 2 | 20 | 0 | 143 | 133 | 40 | 543 | 142 | 43 |
| Binary | 10101110 | 10 | 10000 | 0 | 1100011 | 1011011 | 100000 | 101100011 | 1100010 | 100011 |
Color Harmonies of #AE0210
Complementary color
Monochromatic Colors of #AE0210
Black with #AE0210
Text Example
Text Example
White with #AE0210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0210; }
p { color: rgb(174,2,16); }
H1.HeaderClassName
{
color: #AE0210;
}
.AnyTagClassName
{
color: #AE0210;
}
</style>
background-color css
<style>
a { background-color: #AE0210; }
a { background-color: rgb(174,2,16); }
div.DivClassName
{
background-color: #AE0210;
}
.BgClassName
{
background-color: #AE0210;
}
</style>
border-color css
<style>
span { border-color: #AE0210; }
span { border-color: rgb(174,2,16); }
td.TdClassName
{
border-color: #AE0210;
}
.TagClassName
{
border-color: #AE0210;
}
</style>