Shades of Carmine #AE0031
Tints of Carmine #AE0031
RGB
CMYK
RGB Variations
Color information
#AE0031 (or 0xAE0031) is known color: Carmine. HEX triplet: AE, 00 and 31. RGB value is (174,0,49). Sum of RGB (Red+Green+Blue) = 174+0+49=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0031 is #51FFCE. Grayscale: #393939. Windows color (decimal): -5373903 or 3211438. OLE color: 3211438.
HSL color Cylindrical-coordinate representation of color #AE0031: hue angle of 343.1º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AE0031 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 49 | - |
| CMYK | 0 | 1 | 0.72 | 0.32 |
| HSL | 343.1º | 1% | 0.34% | - |
| HSV(B) | 343.1º | 1% | 0.68% | - |
| XYZ | 18.01 | 9.22 | 3.74 | - |
| YUV | 57.61 | 123.15 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 49 | 0 | 1 | 0.72 | 0.32 | 343.1 | 1 | 0.34 |
| Hex | AE | 0 | 31 | 0 | 64 | 48 | 20 | 157 | 64 | 22 |
| Octal | 256 | 0 | 61 | 0 | 144 | 110 | 40 | 527 | 144 | 42 |
| Binary | 10101110 | 0 | 110001 | 0 | 1100100 | 1001000 | 100000 | 101010111 | 1100100 | 100010 |
Color Harmonies of #AE0031
Complementary color
Monochromatic Colors of #AE0031
Black with #AE0031
Text Example
Text Example
White with #AE0031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0031; }
p { color: rgb(174,0,49); }
H1.HeaderClassName
{
color: #AE0031;
}
.AnyTagClassName
{
color: #AE0031;
}
</style>
background-color css
<style>
a { background-color: #AE0031; }
a { background-color: rgb(174,0,49); }
div.DivClassName
{
background-color: #AE0031;
}
.BgClassName
{
background-color: #AE0031;
}
</style>
border-color css
<style>
span { border-color: #AE0031; }
span { border-color: rgb(174,0,49); }
td.TdClassName
{
border-color: #AE0031;
}
.TagClassName
{
border-color: #AE0031;
}
</style>