Shades of Carmine #981014
Tints of Carmine #981014
RGB
CMYK
RGB Variations
Color information
#981014 (or 0x981014) is known color: Carmine. HEX triplet: 98, 10 and 14. RGB value is (152,16,20). Sum of RGB (Red+Green+Blue) = 152+16+20=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 16 (6.64% from 255 or 8.51% from 188); Blue value is 20 (8.20% from 255 or 10.64% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #981014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981014 is #67EFEB. Grayscale: #393939. Windows color (decimal): -6811628 or 1314968. OLE color: 1314968.
HSL color Cylindrical-coordinate representation of color #981014: hue angle of 358.24º 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 #981014 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 20 | - |
| CMYK | 0 | 0.89 | 0.87 | 0.40 |
| HSL | 358.24º | 0.81% | 0.33% | - |
| HSV(B) | 358.24º | 0.89% | 0.6% | - |
| XYZ | 13.26 | 7.1 | 1.33 | - |
| YUV | 57.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 20 | 0 | 0.89 | 0.87 | 0.40 | 358.24 | 0.81 | 0.33 |
| Hex | 98 | 10 | 14 | 0 | 59 | 57 | 28 | 166 | 51 | 21 |
| Octal | 230 | 20 | 24 | 0 | 131 | 127 | 50 | 546 | 121 | 41 |
| Binary | 10011000 | 10000 | 10100 | 0 | 1011001 | 1010111 | 101000 | 101100110 | 1010001 | 100001 |
Color Harmonies of #981014
Complementary color
Monochromatic Colors of #981014
Black with #981014
Text Example
Text Example
White with #981014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #981014; }
p { color: rgb(152,16,20); }
H1.HeaderClassName
{
color: #981014;
}
.AnyTagClassName
{
color: #981014;
}
</style>
background-color css
<style>
a { background-color: #981014; }
a { background-color: rgb(152,16,20); }
div.DivClassName
{
background-color: #981014;
}
.BgClassName
{
background-color: #981014;
}
</style>
border-color css
<style>
span { border-color: #981014; }
span { border-color: rgb(152,16,20); }
td.TdClassName
{
border-color: #981014;
}
.TagClassName
{
border-color: #981014;
}
</style>