Shades of Carmine #AE012E
Tints of Carmine #AE012E
RGB
CMYK
RGB Variations
Color information
#AE012E (or 0xAE012E) is known color: Carmine. HEX triplet: AE, 01 and 2E. RGB value is (174,1,46). Sum of RGB (Red+Green+Blue) = 174+1+46=221 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.73% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 174 - color contains mainly: red. Hex color #AE012E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE012E is #51FED1. Grayscale: #393939. Windows color (decimal): -5373650 or 3015086. OLE color: 3015086.
HSL color Cylindrical-coordinate representation of color #AE012E: hue angle of 344.39º 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 #AE012E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 1 | 46 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.32 |
| HSL | 344.39º | 0.99% | 0.34% | - |
| HSV(B) | 344.39º | 0.99% | 0.68% | - |
| XYZ | 17.96 | 9.22 | 3.42 | - |
| YUV | 57.86 | 121.31 | 210.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 1 | 46 | 0 | 0.99 | 0.74 | 0.32 | 344.39 | 0.99 | 0.34 |
| Hex | AE | 1 | 2E | 0 | 63 | 4A | 20 | 158 | 63 | 22 |
| Octal | 256 | 1 | 56 | 0 | 143 | 112 | 40 | 530 | 143 | 42 |
| Binary | 10101110 | 1 | 101110 | 0 | 1100011 | 1001010 | 100000 | 101011000 | 1100011 | 100010 |
Color Harmonies of #AE012E
Complementary color
Monochromatic Colors of #AE012E
Black with #AE012E
Text Example
Text Example
White with #AE012E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE012E; }
p { color: rgb(174,1,46); }
H1.HeaderClassName
{
color: #AE012E;
}
.AnyTagClassName
{
color: #AE012E;
}
</style>
background-color css
<style>
a { background-color: #AE012E; }
a { background-color: rgb(174,1,46); }
div.DivClassName
{
background-color: #AE012E;
}
.BgClassName
{
background-color: #AE012E;
}
</style>
border-color css
<style>
span { border-color: #AE012E; }
span { border-color: rgb(174,1,46); }
td.TdClassName
{
border-color: #AE012E;
}
.TagClassName
{
border-color: #AE012E;
}
</style>