Shades of Carmine #AE0A1D
Tints of Carmine #AE0A1D
RGB
CMYK
RGB Variations
Color information
#AE0A1D (or 0xAE0A1D) is known color: Carmine. HEX triplet: AE, 0A and 1D. RGB value is (174,10,29). Sum of RGB (Red+Green+Blue) = 174+10+29=213 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.69% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0A1D is #51F5E2. Grayscale: #3D3D3D. Windows color (decimal): -5371363 or 1903278. OLE color: 1903278.
HSL color Cylindrical-coordinate representation of color #AE0A1D: hue angle of 353.05º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE0A1D is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 10 | 29 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.32 |
| HSL | 353.05º | 0.89% | 0.36% | - |
| HSV(B) | 353.05º | 0.94% | 0.68% | - |
| XYZ | 17.79 | 9.3 | 2.02 | - |
| YUV | 61.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 10 | 29 | 0 | 0.94 | 0.83 | 0.32 | 353.05 | 0.89 | 0.36 |
| Hex | AE | A | 1D | 0 | 5E | 53 | 20 | 161 | 59 | 24 |
| Octal | 256 | 12 | 35 | 0 | 136 | 123 | 40 | 541 | 131 | 44 |
| Binary | 10101110 | 1010 | 11101 | 0 | 1011110 | 1010011 | 100000 | 101100001 | 1011001 | 100100 |
Color Harmonies of #AE0A1D
Complementary color
Monochromatic Colors of #AE0A1D
Black with #AE0A1D
Text Example
Text Example
White with #AE0A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0A1D; }
p { color: rgb(174,10,29); }
H1.HeaderClassName
{
color: #AE0A1D;
}
.AnyTagClassName
{
color: #AE0A1D;
}
</style>
background-color css
<style>
a { background-color: #AE0A1D; }
a { background-color: rgb(174,10,29); }
div.DivClassName
{
background-color: #AE0A1D;
}
.BgClassName
{
background-color: #AE0A1D;
}
</style>
border-color css
<style>
span { border-color: #AE0A1D; }
span { border-color: rgb(174,10,29); }
td.TdClassName
{
border-color: #AE0A1D;
}
.TagClassName
{
border-color: #AE0A1D;
}
</style>