Shades of Carmine #980D16
Tints of Carmine #980D16
RGB
CMYK
RGB Variations
Color information
#980D16 (or 0x980D16) is known color: Carmine. HEX triplet: 98, 0D and 16. RGB value is (152,13,22). Sum of RGB (Red+Green+Blue) = 152+13+22=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 22 (8.98% from 255 or 11.76% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #980D16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980D16 is #67F2E9. Grayscale: #373737. Windows color (decimal): -6812394 or 1445272. OLE color: 1445272.
HSL color Cylindrical-coordinate representation of color #980D16: hue angle of 356.12º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D16 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 22 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.40 |
| HSL | 356.12º | 0.84% | 0.32% | - |
| HSV(B) | 356.12º | 0.91% | 0.6% | - |
| XYZ | 13.24 | 7.02 | 1.42 | - |
| YUV | 55.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 22 | 0 | 0.91 | 0.86 | 0.40 | 356.12 | 0.84 | 0.32 |
| Hex | 98 | D | 16 | 0 | 5B | 56 | 28 | 164 | 54 | 20 |
| Octal | 230 | 15 | 26 | 0 | 133 | 126 | 50 | 544 | 124 | 40 |
| Binary | 10011000 | 1101 | 10110 | 0 | 1011011 | 1010110 | 101000 | 101100100 | 1010100 | 100000 |
Color Harmonies of #980D16
Complementary color
Monochromatic Colors of #980D16
Black with #980D16
Text Example
Text Example
White with #980D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D16; }
p { color: rgb(152,13,22); }
H1.HeaderClassName
{
color: #980D16;
}
.AnyTagClassName
{
color: #980D16;
}
</style>
background-color css
<style>
a { background-color: #980D16; }
a { background-color: rgb(152,13,22); }
div.DivClassName
{
background-color: #980D16;
}
.BgClassName
{
background-color: #980D16;
}
</style>
border-color css
<style>
span { border-color: #980D16; }
span { border-color: rgb(152,13,22); }
td.TdClassName
{
border-color: #980D16;
}
.TagClassName
{
border-color: #980D16;
}
</style>