Shades of Carmine #AE012F
Tints of Carmine #AE012F
RGB
CMYK
RGB Variations
Color information
#AE012F (or 0xAE012F) is known color: Carmine. HEX triplet: AE, 01 and 2F. RGB value is (174,1,47). Sum of RGB (Red+Green+Blue) = 174+1+47=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE012F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE012F is #51FED0. Grayscale: #393939. Windows color (decimal): -5373649 or 3080622. OLE color: 3080622.
HSL color Cylindrical-coordinate representation of color #AE012F: hue angle of 344.05º 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 #AE012F is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.32 |
| HSL | 344.05º | 0.99% | 0.34% | - |
| HSV(B) | 344.05º | 0.99% | 0.68% | - |
| XYZ | 17.98 | 9.23 | 3.52 | - |
| YUV | 57.97 | 121.81 | 210.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 47 | 0 | 0.99 | 0.73 | 0.32 | 344.05 | 0.99 | 0.34 |
| Hex | AE | 1 | 2F | 0 | 63 | 49 | 20 | 158 | 63 | 22 |
| Octal | 256 | 1 | 57 | 0 | 143 | 111 | 40 | 530 | 143 | 42 |
| Binary | 10101110 | 1 | 101111 | 0 | 1100011 | 1001001 | 100000 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AE012F
Complementary color
Monochromatic Colors of #AE012F
Black with #AE012F
Text Example
Text Example
White with #AE012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE012F; }
p { color: rgb(174,1,47); }
H1.HeaderClassName
{
color: #AE012F;
}
.AnyTagClassName
{
color: #AE012F;
}
</style>
background-color css
<style>
a { background-color: #AE012F; }
a { background-color: rgb(174,1,47); }
div.DivClassName
{
background-color: #AE012F;
}
.BgClassName
{
background-color: #AE012F;
}
</style>
border-color css
<style>
span { border-color: #AE012F; }
span { border-color: rgb(174,1,47); }
td.TdClassName
{
border-color: #AE012F;
}
.TagClassName
{
border-color: #AE012F;
}
</style>