Shades of Carmine #981015
Tints of Carmine #981015
RGB
CMYK
RGB Variations
Color information
#981015 (or 0x981015) is known color: Carmine. HEX triplet: 98, 10 and 15. RGB value is (152,16,21). Sum of RGB (Red+Green+Blue) = 152+16+21=189 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80.42% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 152 - color contains mainly: red. Hex color #981015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981015 is #67EFEA. Grayscale: #393939. Windows color (decimal): -6811627 or 1380504. OLE color: 1380504.
HSL color Cylindrical-coordinate representation of color #981015: hue angle of 357.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981015 is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 21 | - |
| CMYK | 0 | 0.89 | 0.86 | 0.40 |
| HSL | 357.79º | 0.81% | 0.33% | - |
| HSV(B) | 357.79º | 0.89% | 0.6% | - |
| XYZ | 13.27 | 7.1 | 1.38 | - |
| YUV | 57.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 21 | 0 | 0.89 | 0.86 | 0.40 | 357.79 | 0.81 | 0.33 |
| Hex | 98 | 10 | 15 | 0 | 59 | 56 | 28 | 166 | 51 | 21 |
| Octal | 230 | 20 | 25 | 0 | 131 | 126 | 50 | 546 | 121 | 41 |
| Binary | 10011000 | 10000 | 10101 | 0 | 1011001 | 1010110 | 101000 | 101100110 | 1010001 | 100001 |
Color Harmonies of #981015
Complementary color
Monochromatic Colors of #981015
Black with #981015
Text Example
Text Example
White with #981015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981015; }
p { color: rgb(152,16,21); }
H1.HeaderClassName
{
color: #981015;
}
.AnyTagClassName
{
color: #981015;
}
</style>
background-color css
<style>
a { background-color: #981015; }
a { background-color: rgb(152,16,21); }
div.DivClassName
{
background-color: #981015;
}
.BgClassName
{
background-color: #981015;
}
</style>
border-color css
<style>
span { border-color: #981015; }
span { border-color: rgb(152,16,21); }
td.TdClassName
{
border-color: #981015;
}
.TagClassName
{
border-color: #981015;
}
</style>