Shades of Carmine #980116
Tints of Carmine #980116
RGB
CMYK
RGB Variations
Color information
#980116 (or 0x980116) is known color: Carmine. HEX triplet: 98, 01 and 16. RGB value is (152,1,22). Sum of RGB (Red+Green+Blue) = 152+1+22=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980116 is #67FEE9. Grayscale: #303030. Windows color (decimal): -6815466 or 1442200. OLE color: 1442200.
HSL color Cylindrical-coordinate representation of color #980116: hue angle of 351.66º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980116 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 22 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.40 |
| HSL | 351.66º | 0.99% | 0.3% | - |
| HSV(B) | 351.66º | 0.99% | 0.6% | - |
| XYZ | 13.1 | 6.76 | 1.37 | - |
| YUV | 48.54 | 113.03 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 22 | 0 | 0.99 | 0.86 | 0.40 | 351.66 | 0.99 | 0.3 |
| Hex | 98 | 1 | 16 | 0 | 63 | 56 | 28 | 160 | 63 | 1E |
| Octal | 230 | 1 | 26 | 0 | 143 | 126 | 50 | 540 | 143 | 36 |
| Binary | 10011000 | 1 | 10110 | 0 | 1100011 | 1010110 | 101000 | 101100000 | 1100011 | 11110 |
Color Harmonies of #980116
Complementary color
Monochromatic Colors of #980116
Black with #980116
Text Example
Text Example
White with #980116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980116; }
p { color: rgb(152,1,22); }
H1.HeaderClassName
{
color: #980116;
}
.AnyTagClassName
{
color: #980116;
}
</style>
background-color css
<style>
a { background-color: #980116; }
a { background-color: rgb(152,1,22); }
div.DivClassName
{
background-color: #980116;
}
.BgClassName
{
background-color: #980116;
}
</style>
border-color css
<style>
span { border-color: #980116; }
span { border-color: rgb(152,1,22); }
td.TdClassName
{
border-color: #980116;
}
.TagClassName
{
border-color: #980116;
}
</style>