Shades of Carmine #980019
Tints of Carmine #980019
RGB
CMYK
RGB Variations
Color information
#980019 (or 0x980019) is known color: Carmine. HEX triplet: 98, 00 and 19. RGB value is (152,0,25). Sum of RGB (Red+Green+Blue) = 152+0+25=177 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.88% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 152 - color contains mainly: red. Hex color #980019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980019 is #67FFE6. Grayscale: #303030. Windows color (decimal): -6815719 or 1638552. OLE color: 1638552.
HSL color Cylindrical-coordinate representation of color #980019: hue angle of 350.13º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980019 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.84 | 0.40 |
| HSL | 350.13º | 1% | 0.3% | - |
| HSV(B) | 350.13º | 1% | 0.6% | - |
| XYZ | 13.12 | 6.75 | 1.53 | - |
| YUV | 48.3 | 114.86 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 25 | 0 | 1 | 0.84 | 0.40 | 350.13 | 1 | 0.3 |
| Hex | 98 | 0 | 19 | 0 | 64 | 54 | 28 | 15E | 64 | 1E |
| Octal | 230 | 0 | 31 | 0 | 144 | 124 | 50 | 536 | 144 | 36 |
| Binary | 10011000 | 0 | 11001 | 0 | 1100100 | 1010100 | 101000 | 101011110 | 1100100 | 11110 |
Color Harmonies of #980019
Complementary color
Monochromatic Colors of #980019
Black with #980019
Text Example
Text Example
White with #980019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980019; }
p { color: rgb(152,0,25); }
H1.HeaderClassName
{
color: #980019;
}
.AnyTagClassName
{
color: #980019;
}
</style>
background-color css
<style>
a { background-color: #980019; }
a { background-color: rgb(152,0,25); }
div.DivClassName
{
background-color: #980019;
}
.BgClassName
{
background-color: #980019;
}
</style>
border-color css
<style>
span { border-color: #980019; }
span { border-color: rgb(152,0,25); }
td.TdClassName
{
border-color: #980019;
}
.TagClassName
{
border-color: #980019;
}
</style>