Shades of Carmine #AE0028
Tints of Carmine #AE0028
RGB
CMYK
RGB Variations
Color information
#AE0028 (or 0xAE0028) is known color: Carmine. HEX triplet: AE, 00 and 28. RGB value is (174,0,40). Sum of RGB (Red+Green+Blue) = 174+0+40=214 (28% of max value = 765). Red value is 174 (68.36% from 255 or 81.31% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0028 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0028 is #51FFD7. Grayscale: #383838. Windows color (decimal): -5373912 or 2621614. OLE color: 2621614.
HSL color Cylindrical-coordinate representation of color #AE0028: hue angle of 346.21º 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 #AE0028 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.77 | 0.32 |
| HSL | 346.21º | 1% | 0.34% | - |
| HSV(B) | 346.21º | 1% | 0.68% | - |
| XYZ | 17.84 | 9.15 | 2.83 | - |
| YUV | 56.59 | 118.65 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 0 | 40 | 0 | 1 | 0.77 | 0.32 | 346.21 | 1 | 0.34 |
| Hex | AE | 0 | 28 | 0 | 64 | 4D | 20 | 15A | 64 | 22 |
| Octal | 256 | 0 | 50 | 0 | 144 | 115 | 40 | 532 | 144 | 42 |
| Binary | 10101110 | 0 | 101000 | 0 | 1100100 | 1001101 | 100000 | 101011010 | 1100100 | 100010 |
Color Harmonies of #AE0028
Complementary color
Monochromatic Colors of #AE0028
Black with #AE0028
Text Example
Text Example
White with #AE0028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0028; }
p { color: rgb(174,0,40); }
H1.HeaderClassName
{
color: #AE0028;
}
.AnyTagClassName
{
color: #AE0028;
}
</style>
background-color css
<style>
a { background-color: #AE0028; }
a { background-color: rgb(174,0,40); }
div.DivClassName
{
background-color: #AE0028;
}
.BgClassName
{
background-color: #AE0028;
}
</style>
border-color css
<style>
span { border-color: #AE0028; }
span { border-color: rgb(174,0,40); }
td.TdClassName
{
border-color: #AE0028;
}
.TagClassName
{
border-color: #AE0028;
}
</style>