Shades of Carmine #980222
Tints of Carmine #980222
RGB
CMYK
RGB Variations
Color information
#980222 (or 0x980222) is known color: Carmine. HEX triplet: 98, 02 and 22. RGB value is (152,2,34). Sum of RGB (Red+Green+Blue) = 152+2+34=188 (24% of max value = 765). Red value is 152 (59.77% from 255 or 80.85% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 152 - color contains mainly: red. Hex color #980222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980222 is #67FDDD. Grayscale: #323232. Windows color (decimal): -6815198 or 2228888. OLE color: 2228888.
HSL color Cylindrical-coordinate representation of color #980222: hue angle of 347.2º 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 #980222 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 34 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.40 |
| HSL | 347.2º | 0.97% | 0.3% | - |
| HSV(B) | 347.2º | 0.99% | 0.6% | - |
| XYZ | 13.26 | 6.83 | 2.13 | - |
| YUV | 50.5 | 118.7 | 200.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 34 | 0 | 0.99 | 0.78 | 0.40 | 347.2 | 0.97 | 0.3 |
| Hex | 98 | 2 | 22 | 0 | 63 | 4E | 28 | 15B | 61 | 1E |
| Octal | 230 | 2 | 42 | 0 | 143 | 116 | 50 | 533 | 141 | 36 |
| Binary | 10011000 | 10 | 100010 | 0 | 1100011 | 1001110 | 101000 | 101011011 | 1100001 | 11110 |
Color Harmonies of #980222
Complementary color
Monochromatic Colors of #980222
Black with #980222
Text Example
Text Example
White with #980222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980222; }
p { color: rgb(152,2,34); }
H1.HeaderClassName
{
color: #980222;
}
.AnyTagClassName
{
color: #980222;
}
</style>
background-color css
<style>
a { background-color: #980222; }
a { background-color: rgb(152,2,34); }
div.DivClassName
{
background-color: #980222;
}
.BgClassName
{
background-color: #980222;
}
</style>
border-color css
<style>
span { border-color: #980222; }
span { border-color: rgb(152,2,34); }
td.TdClassName
{
border-color: #980222;
}
.TagClassName
{
border-color: #980222;
}
</style>