Shades of Carmine #AE0312
Tints of Carmine #AE0312
RGB
CMYK
RGB Variations
Color information
#AE0312 (or 0xAE0312) is known color: Carmine. HEX triplet: AE, 03 and 12. RGB value is (174,3,18). Sum of RGB (Red+Green+Blue) = 174+3+18=195 (25% of max value = 765). Red value is 174 (68.36% from 255 or 89.23% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE0312 is #51FCED. Grayscale: #373737. Windows color (decimal): -5373166 or 1180590. OLE color: 1180590.
HSL color Cylindrical-coordinate representation of color #AE0312: hue angle of 354.74º 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 #AE0312 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 3 | 18 | - |
| CMYK | 0 | 0.98 | 0.90 | 0.32 |
| HSL | 354.74º | 0.97% | 0.35% | - |
| HSV(B) | 354.74º | 0.98% | 0.68% | - |
| XYZ | 17.6 | 9.11 | 1.4 | - |
| YUV | 55.84 | 106.65 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 3 | 18 | 0 | 0.98 | 0.90 | 0.32 | 354.74 | 0.97 | 0.35 |
| Hex | AE | 3 | 12 | 0 | 62 | 5A | 20 | 163 | 61 | 23 |
| Octal | 256 | 3 | 22 | 0 | 142 | 132 | 40 | 543 | 141 | 43 |
| Binary | 10101110 | 11 | 10010 | 0 | 1100010 | 1011010 | 100000 | 101100011 | 1100001 | 100011 |
Color Harmonies of #AE0312
Complementary color
Monochromatic Colors of #AE0312
Black with #AE0312
Text Example
Text Example
White with #AE0312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE0312; }
p { color: rgb(174,3,18); }
H1.HeaderClassName
{
color: #AE0312;
}
.AnyTagClassName
{
color: #AE0312;
}
</style>
background-color css
<style>
a { background-color: #AE0312; }
a { background-color: rgb(174,3,18); }
div.DivClassName
{
background-color: #AE0312;
}
.BgClassName
{
background-color: #AE0312;
}
</style>
border-color css
<style>
span { border-color: #AE0312; }
span { border-color: rgb(174,3,18); }
td.TdClassName
{
border-color: #AE0312;
}
.TagClassName
{
border-color: #AE0312;
}
</style>