Shades of Carmine #AE022E
Tints of Carmine #AE022E
RGB
CMYK
RGB Variations
Color information
#AE022E (or 0xAE022E) is known color: Carmine. HEX triplet: AE, 02 and 2E. RGB value is (174,2,46). Sum of RGB (Red+Green+Blue) = 174+2+46=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE022E is #51FDD1. Grayscale: #3A3A3A. Windows color (decimal): -5373394 or 3015342. OLE color: 3015342.
HSL color Cylindrical-coordinate representation of color #AE022E: hue angle of 344.65º 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 #AE022E is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 46 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.32 |
| HSL | 344.65º | 0.98% | 0.35% | - |
| HSV(B) | 344.65º | 0.99% | 0.68% | - |
| XYZ | 17.97 | 9.24 | 3.42 | - |
| YUV | 58.44 | 120.98 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 46 | 0 | 0.99 | 0.74 | 0.32 | 344.65 | 0.98 | 0.35 |
| Hex | AE | 2 | 2E | 0 | 63 | 4A | 20 | 159 | 62 | 23 |
| Octal | 256 | 2 | 56 | 0 | 143 | 112 | 40 | 531 | 142 | 43 |
| Binary | 10101110 | 10 | 101110 | 0 | 1100011 | 1001010 | 100000 | 101011001 | 1100010 | 100011 |
Color Harmonies of #AE022E
Complementary color
Monochromatic Colors of #AE022E
Black with #AE022E
Text Example
Text Example
White with #AE022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE022E; }
p { color: rgb(174,2,46); }
H1.HeaderClassName
{
color: #AE022E;
}
.AnyTagClassName
{
color: #AE022E;
}
</style>
background-color css
<style>
a { background-color: #AE022E; }
a { background-color: rgb(174,2,46); }
div.DivClassName
{
background-color: #AE022E;
}
.BgClassName
{
background-color: #AE022E;
}
</style>
border-color css
<style>
span { border-color: #AE022E; }
span { border-color: rgb(174,2,46); }
td.TdClassName
{
border-color: #AE022E;
}
.TagClassName
{
border-color: #AE022E;
}
</style>