Shades of Carmine #980F16
Tints of Carmine #980F16
RGB
CMYK
RGB Variations
Color information
#980F16 (or 0x980F16) is known color: Carmine. HEX triplet: 98, 0F and 16. RGB value is (152,15,22). Sum of RGB (Red+Green+Blue) = 152+15+22=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 22 (8.98% from 255 or 11.64% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #980F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980F16 is #67F0E9. Grayscale: #383838. Windows color (decimal): -6811882 or 1445784. OLE color: 1445784.
HSL color Cylindrical-coordinate representation of color #980F16: hue angle of 356.93º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F16 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 22 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.40 |
| HSL | 356.93º | 0.82% | 0.33% | - |
| HSV(B) | 356.93º | 0.9% | 0.6% | - |
| XYZ | 13.26 | 7.07 | 1.43 | - |
| YUV | 56.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 22 | 0 | 0.90 | 0.86 | 0.40 | 356.93 | 0.82 | 0.33 |
| Hex | 98 | F | 16 | 0 | 5A | 56 | 28 | 165 | 52 | 21 |
| Octal | 230 | 17 | 26 | 0 | 132 | 126 | 50 | 545 | 122 | 41 |
| Binary | 10011000 | 1111 | 10110 | 0 | 1011010 | 1010110 | 101000 | 101100101 | 1010010 | 100001 |
Color Harmonies of #980F16
Complementary color
Monochromatic Colors of #980F16
Black with #980F16
Text Example
Text Example
White with #980F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F16; }
p { color: rgb(152,15,22); }
H1.HeaderClassName
{
color: #980F16;
}
.AnyTagClassName
{
color: #980F16;
}
</style>
background-color css
<style>
a { background-color: #980F16; }
a { background-color: rgb(152,15,22); }
div.DivClassName
{
background-color: #980F16;
}
.BgClassName
{
background-color: #980F16;
}
</style>
border-color css
<style>
span { border-color: #980F16; }
span { border-color: rgb(152,15,22); }
td.TdClassName
{
border-color: #980F16;
}
.TagClassName
{
border-color: #980F16;
}
</style>