Shades of Carmine #980915
Tints of Carmine #980915
RGB
CMYK
RGB Variations
Color information
#980915 (or 0x980915) is known color: Carmine. HEX triplet: 98, 09 and 15. RGB value is (152,9,21). Sum of RGB (Red+Green+Blue) = 152+9+21=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #980915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980915 is #67F6EA. Grayscale: #353535. Windows color (decimal): -6813419 or 1378712. OLE color: 1378712.
HSL color Cylindrical-coordinate representation of color #980915: hue angle of 354.97º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980915 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 21 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.40 |
| HSL | 354.97º | 0.89% | 0.32% | - |
| HSV(B) | 354.97º | 0.94% | 0.6% | - |
| XYZ | 13.18 | 6.92 | 1.35 | - |
| YUV | 53.13 | 109.88 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 21 | 0 | 0.94 | 0.86 | 0.40 | 354.97 | 0.89 | 0.32 |
| Hex | 98 | 9 | 15 | 0 | 5E | 56 | 28 | 163 | 59 | 20 |
| Octal | 230 | 11 | 25 | 0 | 136 | 126 | 50 | 543 | 131 | 40 |
| Binary | 10011000 | 1001 | 10101 | 0 | 1011110 | 1010110 | 101000 | 101100011 | 1011001 | 100000 |
Color Harmonies of #980915
Complementary color
Monochromatic Colors of #980915
Black with #980915
Text Example
Text Example
White with #980915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980915; }
p { color: rgb(152,9,21); }
H1.HeaderClassName
{
color: #980915;
}
.AnyTagClassName
{
color: #980915;
}
</style>
background-color css
<style>
a { background-color: #980915; }
a { background-color: rgb(152,9,21); }
div.DivClassName
{
background-color: #980915;
}
.BgClassName
{
background-color: #980915;
}
</style>
border-color css
<style>
span { border-color: #980915; }
span { border-color: rgb(152,9,21); }
td.TdClassName
{
border-color: #980915;
}
.TagClassName
{
border-color: #980915;
}
</style>