Shades of Carmine #AE0228
Tints of Carmine #AE0228
RGB
CMYK
RGB Variations
Color information
#AE0228 (or 0xAE0228) is known color: Carmine. HEX triplet: AE, 02 and 28. RGB value is (174,2,40). Sum of RGB (Red+Green+Blue) = 174+2+40=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0228 is #51FDD7. Grayscale: #393939. Windows color (decimal): -5373400 or 2622126. OLE color: 2622126.
HSL color Cylindrical-coordinate representation of color #AE0228: hue angle of 346.74º 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 #AE0228 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.32 |
| HSL | 346.74º | 0.98% | 0.35% | - |
| HSV(B) | 346.74º | 0.99% | 0.68% | - |
| XYZ | 17.86 | 9.2 | 2.84 | - |
| YUV | 57.76 | 117.98 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 40 | 0 | 0.99 | 0.77 | 0.32 | 346.74 | 0.98 | 0.35 |
| Hex | AE | 2 | 28 | 0 | 63 | 4D | 20 | 15B | 62 | 23 |
| Octal | 256 | 2 | 50 | 0 | 143 | 115 | 40 | 533 | 142 | 43 |
| Binary | 10101110 | 10 | 101000 | 0 | 1100011 | 1001101 | 100000 | 101011011 | 1100010 | 100011 |
Color Harmonies of #AE0228
Complementary color
Monochromatic Colors of #AE0228
Black with #AE0228
Text Example
Text Example
White with #AE0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0228; }
p { color: rgb(174,2,40); }
H1.HeaderClassName
{
color: #AE0228;
}
.AnyTagClassName
{
color: #AE0228;
}
</style>
background-color css
<style>
a { background-color: #AE0228; }
a { background-color: rgb(174,2,40); }
div.DivClassName
{
background-color: #AE0228;
}
.BgClassName
{
background-color: #AE0228;
}
</style>
border-color css
<style>
span { border-color: #AE0228; }
span { border-color: rgb(174,2,40); }
td.TdClassName
{
border-color: #AE0228;
}
.TagClassName
{
border-color: #AE0228;
}
</style>