Shades of Carmine #980212
Tints of Carmine #980212
RGB
CMYK
RGB Variations
Color information
#980212 (or 0x980212) is known color: Carmine. HEX triplet: 98, 02 and 12. RGB value is (152,2,18). Sum of RGB (Red+Green+Blue) = 152+2+18=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980212 is #67FDED. Grayscale: #303030. Windows color (decimal): -6815214 or 1180312. OLE color: 1180312.
HSL color Cylindrical-coordinate representation of color #980212: hue angle of 353.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980212 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.40 |
| HSL | 353.6º | 0.97% | 0.3% | - |
| HSV(B) | 353.6º | 0.99% | 0.6% | - |
| XYZ | 13.08 | 6.76 | 1.19 | - |
| YUV | 48.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 18 | 0 | 0.99 | 0.88 | 0.40 | 353.6 | 0.97 | 0.3 |
| Hex | 98 | 2 | 12 | 0 | 63 | 58 | 28 | 162 | 61 | 1E |
| Octal | 230 | 2 | 22 | 0 | 143 | 130 | 50 | 542 | 141 | 36 |
| Binary | 10011000 | 10 | 10010 | 0 | 1100011 | 1011000 | 101000 | 101100010 | 1100001 | 11110 |
Color Harmonies of #980212
Complementary color
Monochromatic Colors of #980212
Black with #980212
Text Example
Text Example
White with #980212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980212; }
p { color: rgb(152,2,18); }
H1.HeaderClassName
{
color: #980212;
}
.AnyTagClassName
{
color: #980212;
}
</style>
background-color css
<style>
a { background-color: #980212; }
a { background-color: rgb(152,2,18); }
div.DivClassName
{
background-color: #980212;
}
.BgClassName
{
background-color: #980212;
}
</style>
border-color css
<style>
span { border-color: #980212; }
span { border-color: rgb(152,2,18); }
td.TdClassName
{
border-color: #980212;
}
.TagClassName
{
border-color: #980212;
}
</style>