Shades of Carmine #AE052D
Tints of Carmine #AE052D
RGB
CMYK
RGB Variations
Color information
#AE052D (or 0xAE052D) is known color: Carmine. HEX triplet: AE, 05 and 2D. RGB value is (174,5,45). Sum of RGB (Red+Green+Blue) = 174+5+45=224 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.68% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 174 - color contains mainly: red. Hex color #AE052D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE052D is #51FAD2. Grayscale: #3C3C3C. Windows color (decimal): -5372627 or 2950574. OLE color: 2950574.
HSL color Cylindrical-coordinate representation of color #AE052D: hue angle of 345.8º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AE052D is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 5 | 45 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.32 |
| HSL | 345.8º | 0.94% | 0.35% | - |
| HSV(B) | 345.8º | 0.97% | 0.68% | - |
| XYZ | 17.98 | 9.3 | 3.33 | - |
| YUV | 60.09 | 119.49 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 5 | 45 | 0 | 0.97 | 0.74 | 0.32 | 345.8 | 0.94 | 0.35 |
| Hex | AE | 5 | 2D | 0 | 61 | 4A | 20 | 15A | 5E | 23 |
| Octal | 256 | 5 | 55 | 0 | 141 | 112 | 40 | 532 | 136 | 43 |
| Binary | 10101110 | 101 | 101101 | 0 | 1100001 | 1001010 | 100000 | 101011010 | 1011110 | 100011 |
Color Harmonies of #AE052D
Complementary color
Monochromatic Colors of #AE052D
Black with #AE052D
Text Example
Text Example
White with #AE052D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE052D; }
p { color: rgb(174,5,45); }
H1.HeaderClassName
{
color: #AE052D;
}
.AnyTagClassName
{
color: #AE052D;
}
</style>
background-color css
<style>
a { background-color: #AE052D; }
a { background-color: rgb(174,5,45); }
div.DivClassName
{
background-color: #AE052D;
}
.BgClassName
{
background-color: #AE052D;
}
</style>
border-color css
<style>
span { border-color: #AE052D; }
span { border-color: rgb(174,5,45); }
td.TdClassName
{
border-color: #AE052D;
}
.TagClassName
{
border-color: #AE052D;
}
</style>