Shades of Carmine #AE0220
Tints of Carmine #AE0220
RGB
CMYK
RGB Variations
Color information
#AE0220 (or 0xAE0220) is known color: Carmine. HEX triplet: AE, 02 and 20. RGB value is (174,2,32). Sum of RGB (Red+Green+Blue) = 174+2+32=208 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.65% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE0220 is #51FDDF. Grayscale: #383838. Windows color (decimal): -5373408 or 2097838. OLE color: 2097838.
HSL color Cylindrical-coordinate representation of color #AE0220: hue angle of 349.53º 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 #AE0220 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.32 |
| HSL | 349.53º | 0.98% | 0.35% | - |
| HSV(B) | 349.53º | 0.99% | 0.68% | - |
| XYZ | 17.74 | 9.15 | 2.2 | - |
| YUV | 56.85 | 113.98 | 211.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 2 | 32 | 0 | 0.99 | 0.82 | 0.32 | 349.53 | 0.98 | 0.35 |
| Hex | AE | 2 | 20 | 0 | 63 | 52 | 20 | 15E | 62 | 23 |
| Octal | 256 | 2 | 40 | 0 | 143 | 122 | 40 | 536 | 142 | 43 |
| Binary | 10101110 | 10 | 100000 | 0 | 1100011 | 1010010 | 100000 | 101011110 | 1100010 | 100011 |
Color Harmonies of #AE0220
Complementary color
Monochromatic Colors of #AE0220
Black with #AE0220
Text Example
Text Example
White with #AE0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0220; }
p { color: rgb(174,2,32); }
H1.HeaderClassName
{
color: #AE0220;
}
.AnyTagClassName
{
color: #AE0220;
}
</style>
background-color css
<style>
a { background-color: #AE0220; }
a { background-color: rgb(174,2,32); }
div.DivClassName
{
background-color: #AE0220;
}
.BgClassName
{
background-color: #AE0220;
}
</style>
border-color css
<style>
span { border-color: #AE0220; }
span { border-color: rgb(174,2,32); }
td.TdClassName
{
border-color: #AE0220;
}
.TagClassName
{
border-color: #AE0220;
}
</style>