Shades of Carmine #980D15
Tints of Carmine #980D15
RGB
CMYK
RGB Variations
Color information
#980D15 (or 0x980D15) is known color: Carmine. HEX triplet: 98, 0D and 15. RGB value is (152,13,21). Sum of RGB (Red+Green+Blue) = 152+13+21=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 13 (5.47% from 255 or 6.99% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #980D15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980D15 is #67F2EA. Grayscale: #373737. Windows color (decimal): -6812395 or 1379736. OLE color: 1379736.
HSL color Cylindrical-coordinate representation of color #980D15: hue angle of 356.55º 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 #980D15 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 21 | - |
| CMYK | 0 | 0.91 | 0.86 | 0.40 |
| HSL | 356.55º | 0.84% | 0.32% | - |
| HSV(B) | 356.55º | 0.91% | 0.6% | - |
| XYZ | 13.23 | 7.02 | 1.37 | - |
| YUV | 55.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 21 | 0 | 0.91 | 0.86 | 0.40 | 356.55 | 0.84 | 0.32 |
| Hex | 98 | D | 15 | 0 | 5B | 56 | 28 | 165 | 54 | 20 |
| Octal | 230 | 15 | 25 | 0 | 133 | 126 | 50 | 545 | 124 | 40 |
| Binary | 10011000 | 1101 | 10101 | 0 | 1011011 | 1010110 | 101000 | 101100101 | 1010100 | 100000 |
Color Harmonies of #980D15
Complementary color
Monochromatic Colors of #980D15
Black with #980D15
Text Example
Text Example
White with #980D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D15; }
p { color: rgb(152,13,21); }
H1.HeaderClassName
{
color: #980D15;
}
.AnyTagClassName
{
color: #980D15;
}
</style>
background-color css
<style>
a { background-color: #980D15; }
a { background-color: rgb(152,13,21); }
div.DivClassName
{
background-color: #980D15;
}
.BgClassName
{
background-color: #980D15;
}
</style>
border-color css
<style>
span { border-color: #980D15; }
span { border-color: rgb(152,13,21); }
td.TdClassName
{
border-color: #980D15;
}
.TagClassName
{
border-color: #980D15;
}
</style>