Shades of Carmine #AE0328
Tints of Carmine #AE0328
RGB
CMYK
RGB Variations
Color information
#AE0328 (or 0xAE0328) is known color: Carmine. HEX triplet: AE, 03 and 28. RGB value is (174,3,40). Sum of RGB (Red+Green+Blue) = 174+3+40=217 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.18% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 40 (16.02% from 255 or 18.43% from 217); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0328 is #51FCD7. Grayscale: #3A3A3A. Windows color (decimal): -5373144 or 2622382. OLE color: 2622382.
HSL color Cylindrical-coordinate representation of color #AE0328: hue angle of 347.02º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE0328 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.32 |
| HSL | 347.02º | 0.97% | 0.35% | - |
| HSV(B) | 347.02º | 0.98% | 0.68% | - |
| XYZ | 17.87 | 9.22 | 2.84 | - |
| YUV | 58.35 | 117.65 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 40 | 0 | 0.98 | 0.77 | 0.32 | 347.02 | 0.97 | 0.35 |
| Hex | AE | 3 | 28 | 0 | 62 | 4D | 20 | 15B | 61 | 23 |
| Octal | 256 | 3 | 50 | 0 | 142 | 115 | 40 | 533 | 141 | 43 |
| Binary | 10101110 | 11 | 101000 | 0 | 1100010 | 1001101 | 100000 | 101011011 | 1100001 | 100011 |
Color Harmonies of #AE0328
Complementary color
Monochromatic Colors of #AE0328
Black with #AE0328
Text Example
Text Example
White with #AE0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0328; }
p { color: rgb(174,3,40); }
H1.HeaderClassName
{
color: #AE0328;
}
.AnyTagClassName
{
color: #AE0328;
}
</style>
background-color css
<style>
a { background-color: #AE0328; }
a { background-color: rgb(174,3,40); }
div.DivClassName
{
background-color: #AE0328;
}
.BgClassName
{
background-color: #AE0328;
}
</style>
border-color css
<style>
span { border-color: #AE0328; }
span { border-color: rgb(174,3,40); }
td.TdClassName
{
border-color: #AE0328;
}
.TagClassName
{
border-color: #AE0328;
}
</style>