Shades of Carmine #AE020F
Tints of Carmine #AE020F
RGB
CMYK
RGB Variations
Color information
#AE020F (or 0xAE020F) is known color: Carmine. HEX triplet: AE, 02 and 0F. RGB value is (174,2,15). Sum of RGB (Red+Green+Blue) = 174+2+15=191 (25% of max value = 765). Red value is 174 (68.36% from 255 or 91.10% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 174 - color contains mainly: red. Hex color #AE020F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE020F is #51FDF0. Grayscale: #373737. Windows color (decimal): -5373425 or 983726. OLE color: 983726.
HSL color Cylindrical-coordinate representation of color #AE020F: hue angle of 355.47º 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 #AE020F is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 15 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.32 |
| HSL | 355.47º | 0.98% | 0.35% | - |
| HSV(B) | 355.47º | 0.99% | 0.68% | - |
| XYZ | 17.56 | 9.08 | 1.28 | - |
| YUV | 54.91 | 105.48 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 15 | 0 | 0.99 | 0.91 | 0.32 | 355.47 | 0.98 | 0.35 |
| Hex | AE | 2 | F | 0 | 63 | 5B | 20 | 163 | 62 | 23 |
| Octal | 256 | 2 | 17 | 0 | 143 | 133 | 40 | 543 | 142 | 43 |
| Binary | 10101110 | 10 | 1111 | 0 | 1100011 | 1011011 | 100000 | 101100011 | 1100010 | 100011 |
Color Harmonies of #AE020F
Complementary color
Monochromatic Colors of #AE020F
Black with #AE020F
Text Example
Text Example
White with #AE020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE020F; }
p { color: rgb(174,2,15); }
H1.HeaderClassName
{
color: #AE020F;
}
.AnyTagClassName
{
color: #AE020F;
}
</style>
background-color css
<style>
a { background-color: #AE020F; }
a { background-color: rgb(174,2,15); }
div.DivClassName
{
background-color: #AE020F;
}
.BgClassName
{
background-color: #AE020F;
}
</style>
border-color css
<style>
span { border-color: #AE020F; }
span { border-color: rgb(174,2,15); }
td.TdClassName
{
border-color: #AE020F;
}
.TagClassName
{
border-color: #AE020F;
}
</style>