Shades of Carmine #980011
Tints of Carmine #980011
RGB
CMYK
RGB Variations
Color information
#980011 (or 0x980011) is known color: Carmine. HEX triplet: 98, 00 and 11. RGB value is (152,0,17). Sum of RGB (Red+Green+Blue) = 152+0+17=169 (22% of max value = 765). Red value is 152 (59.77% from 255 or 89.94% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 152 - color contains mainly: red. Hex color #980011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980011 is #67FFEE. Grayscale: #2F2F2F. Windows color (decimal): -6815727 or 1114264. OLE color: 1114264.
HSL color Cylindrical-coordinate representation of color #980011: hue angle of 353.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980011 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.89 | 0.40 |
| HSL | 353.29º | 1% | 0.3% | - |
| HSV(B) | 353.29º | 1% | 0.6% | - |
| XYZ | 13.05 | 6.72 | 1.14 | - |
| YUV | 47.39 | 110.86 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 17 | 0 | 1 | 0.89 | 0.40 | 353.29 | 1 | 0.3 |
| Hex | 98 | 0 | 11 | 0 | 64 | 59 | 28 | 161 | 64 | 1E |
| Octal | 230 | 0 | 21 | 0 | 144 | 131 | 50 | 541 | 144 | 36 |
| Binary | 10011000 | 0 | 10001 | 0 | 1100100 | 1011001 | 101000 | 101100001 | 1100100 | 11110 |
Color Harmonies of #980011
Complementary color
Monochromatic Colors of #980011
Black with #980011
Text Example
Text Example
White with #980011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980011; }
p { color: rgb(152,0,17); }
H1.HeaderClassName
{
color: #980011;
}
.AnyTagClassName
{
color: #980011;
}
</style>
background-color css
<style>
a { background-color: #980011; }
a { background-color: rgb(152,0,17); }
div.DivClassName
{
background-color: #980011;
}
.BgClassName
{
background-color: #980011;
}
</style>
border-color css
<style>
span { border-color: #980011; }
span { border-color: rgb(152,0,17); }
td.TdClassName
{
border-color: #980011;
}
.TagClassName
{
border-color: #980011;
}
</style>