Shades of Carmine #980016
Tints of Carmine #980016
RGB
CMYK
RGB Variations
Color information
#980016 (or 0x980016) is known color: Carmine. HEX triplet: 98, 00 and 16. RGB value is (152,0,22). Sum of RGB (Red+Green+Blue) = 152+0+22=174 (23% of max value = 765). Red value is 152 (59.77% from 255 or 87.36% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 152 - color contains mainly: red. Hex color #980016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980016 is #67FFE9. Grayscale: #303030. Windows color (decimal): -6815722 or 1441944. OLE color: 1441944.
HSL color Cylindrical-coordinate representation of color #980016: hue angle of 351.32º 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 #980016 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.86 | 0.40 |
| HSL | 351.32º | 1% | 0.3% | - |
| HSV(B) | 351.32º | 1% | 0.6% | - |
| XYZ | 13.09 | 6.73 | 1.37 | - |
| YUV | 47.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 22 | 0 | 1 | 0.86 | 0.40 | 351.32 | 1 | 0.3 |
| Hex | 98 | 0 | 16 | 0 | 64 | 56 | 28 | 15F | 64 | 1E |
| Octal | 230 | 0 | 26 | 0 | 144 | 126 | 50 | 537 | 144 | 36 |
| Binary | 10011000 | 0 | 10110 | 0 | 1100100 | 1010110 | 101000 | 101011111 | 1100100 | 11110 |
Color Harmonies of #980016
Complementary color
Monochromatic Colors of #980016
Black with #980016
Text Example
Text Example
White with #980016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980016; }
p { color: rgb(152,0,22); }
H1.HeaderClassName
{
color: #980016;
}
.AnyTagClassName
{
color: #980016;
}
</style>
background-color css
<style>
a { background-color: #980016; }
a { background-color: rgb(152,0,22); }
div.DivClassName
{
background-color: #980016;
}
.BgClassName
{
background-color: #980016;
}
</style>
border-color css
<style>
span { border-color: #980016; }
span { border-color: rgb(152,0,22); }
td.TdClassName
{
border-color: #980016;
}
.TagClassName
{
border-color: #980016;
}
</style>