Shades of Carmine #980914
Tints of Carmine #980914
RGB
CMYK
RGB Variations
Color information
#980914 (or 0x980914) is known color: Carmine. HEX triplet: 98, 09 and 14. RGB value is (152,9,20). Sum of RGB (Red+Green+Blue) = 152+9+20=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 9 (3.91% from 255 or 4.97% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #980914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980914 is #67F6EB. Grayscale: #353535. Windows color (decimal): -6813420 or 1313176. OLE color: 1313176.
HSL color Cylindrical-coordinate representation of color #980914: hue angle of 355.38º 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 #980914 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 20 | - |
| CMYK | 0 | 0.94 | 0.87 | 0.40 |
| HSL | 355.38º | 0.89% | 0.32% | - |
| HSV(B) | 355.38º | 0.94% | 0.6% | - |
| XYZ | 13.17 | 6.92 | 1.3 | - |
| YUV | 53.01 | 109.38 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 20 | 0 | 0.94 | 0.87 | 0.40 | 355.38 | 0.89 | 0.32 |
| Hex | 98 | 9 | 14 | 0 | 5E | 57 | 28 | 163 | 59 | 20 |
| Octal | 230 | 11 | 24 | 0 | 136 | 127 | 50 | 543 | 131 | 40 |
| Binary | 10011000 | 1001 | 10100 | 0 | 1011110 | 1010111 | 101000 | 101100011 | 1011001 | 100000 |
Color Harmonies of #980914
Complementary color
Monochromatic Colors of #980914
Black with #980914
Text Example
Text Example
White with #980914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980914; }
p { color: rgb(152,9,20); }
H1.HeaderClassName
{
color: #980914;
}
.AnyTagClassName
{
color: #980914;
}
</style>
background-color css
<style>
a { background-color: #980914; }
a { background-color: rgb(152,9,20); }
div.DivClassName
{
background-color: #980914;
}
.BgClassName
{
background-color: #980914;
}
</style>
border-color css
<style>
span { border-color: #980914; }
span { border-color: rgb(152,9,20); }
td.TdClassName
{
border-color: #980914;
}
.TagClassName
{
border-color: #980914;
}
</style>