Shades of Carmine #AE0413
Tints of Carmine #AE0413
RGB
CMYK
RGB Variations
Color information
#AE0413 (or 0xAE0413) is known color: Carmine. HEX triplet: AE, 04 and 13. RGB value is (174,4,19). Sum of RGB (Red+Green+Blue) = 174+4+19=197 (26% of max value = 765). Red value is 174 (68.36% from 255 or 88.32% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0413 is #51FBEC. Grayscale: #383838. Windows color (decimal): -5372909 or 1246382. OLE color: 1246382.
HSL color Cylindrical-coordinate representation of color #AE0413: hue angle of 354.71º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0413 is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 4 | 19 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.32 |
| HSL | 354.71º | 0.96% | 0.35% | - |
| HSV(B) | 354.71º | 0.98% | 0.68% | - |
| XYZ | 17.62 | 9.13 | 1.45 | - |
| YUV | 56.54 | 106.82 | 211.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 4 | 19 | 0 | 0.98 | 0.89 | 0.32 | 354.71 | 0.96 | 0.35 |
| Hex | AE | 4 | 13 | 0 | 62 | 59 | 20 | 163 | 60 | 23 |
| Octal | 256 | 4 | 23 | 0 | 142 | 131 | 40 | 543 | 140 | 43 |
| Binary | 10101110 | 100 | 10011 | 0 | 1100010 | 1011001 | 100000 | 101100011 | 1100000 | 100011 |
Color Harmonies of #AE0413
Complementary color
Monochromatic Colors of #AE0413
Black with #AE0413
Text Example
Text Example
White with #AE0413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0413; }
p { color: rgb(174,4,19); }
H1.HeaderClassName
{
color: #AE0413;
}
.AnyTagClassName
{
color: #AE0413;
}
</style>
background-color css
<style>
a { background-color: #AE0413; }
a { background-color: rgb(174,4,19); }
div.DivClassName
{
background-color: #AE0413;
}
.BgClassName
{
background-color: #AE0413;
}
</style>
border-color css
<style>
span { border-color: #AE0413; }
span { border-color: rgb(174,4,19); }
td.TdClassName
{
border-color: #AE0413;
}
.TagClassName
{
border-color: #AE0413;
}
</style>