Shades of Carmine #AE0213
Tints of Carmine #AE0213
RGB
CMYK
RGB Variations
Color information
#AE0213 (or 0xAE0213) is known color: Carmine. HEX triplet: AE, 02 and 13. RGB value is (174,2,19). Sum of RGB (Red+Green+Blue) = 174+2+19=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0213 is #51FDEC. Grayscale: #373737. Windows color (decimal): -5373421 or 1245870. OLE color: 1245870.
HSL color Cylindrical-coordinate representation of color #AE0213: hue angle of 354.07º 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 #AE0213 is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 19 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.32 |
| HSL | 354.07º | 0.98% | 0.35% | - |
| HSV(B) | 354.07º | 0.99% | 0.68% | - |
| XYZ | 17.59 | 9.09 | 1.44 | - |
| YUV | 55.37 | 107.48 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 19 | 0 | 0.99 | 0.89 | 0.32 | 354.07 | 0.98 | 0.35 |
| Hex | AE | 2 | 13 | 0 | 63 | 59 | 20 | 162 | 62 | 23 |
| Octal | 256 | 2 | 23 | 0 | 143 | 131 | 40 | 542 | 142 | 43 |
| Binary | 10101110 | 10 | 10011 | 0 | 1100011 | 1011001 | 100000 | 101100010 | 1100010 | 100011 |
Color Harmonies of #AE0213
Complementary color
Monochromatic Colors of #AE0213
Black with #AE0213
Text Example
Text Example
White with #AE0213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0213; }
p { color: rgb(174,2,19); }
H1.HeaderClassName
{
color: #AE0213;
}
.AnyTagClassName
{
color: #AE0213;
}
</style>
background-color css
<style>
a { background-color: #AE0213; }
a { background-color: rgb(174,2,19); }
div.DivClassName
{
background-color: #AE0213;
}
.BgClassName
{
background-color: #AE0213;
}
</style>
border-color css
<style>
span { border-color: #AE0213; }
span { border-color: rgb(174,2,19); }
td.TdClassName
{
border-color: #AE0213;
}
.TagClassName
{
border-color: #AE0213;
}
</style>