Shades of Carmine #980022
Tints of Carmine #980022
RGB
CMYK
RGB Variations
Color information
#980022 (or 0x980022) is known color: Carmine. HEX triplet: 98, 00 and 22. RGB value is (152,0,34). Sum of RGB (Red+Green+Blue) = 152+0+34=186 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.72% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 152 - color contains mainly: red. Hex color #980022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980022 is #67FFDD. Grayscale: #313131. Windows color (decimal): -6815710 or 2228376. OLE color: 2228376.
HSL color Cylindrical-coordinate representation of color #980022: hue angle of 346.58º 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 #980022 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 34 | - |
| CMYK | 0 | 1 | 0.78 | 0.40 |
| HSL | 346.58º | 1% | 0.3% | - |
| HSV(B) | 346.58º | 1% | 0.6% | - |
| XYZ | 13.24 | 6.79 | 2.13 | - |
| YUV | 49.32 | 119.36 | 201.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 34 | 0 | 1 | 0.78 | 0.40 | 346.58 | 1 | 0.3 |
| Hex | 98 | 0 | 22 | 0 | 64 | 4E | 28 | 15B | 64 | 1E |
| Octal | 230 | 0 | 42 | 0 | 144 | 116 | 50 | 533 | 144 | 36 |
| Binary | 10011000 | 0 | 100010 | 0 | 1100100 | 1001110 | 101000 | 101011011 | 1100100 | 11110 |
Color Harmonies of #980022
Complementary color
Monochromatic Colors of #980022
Black with #980022
Text Example
Text Example
White with #980022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980022; }
p { color: rgb(152,0,34); }
H1.HeaderClassName
{
color: #980022;
}
.AnyTagClassName
{
color: #980022;
}
</style>
background-color css
<style>
a { background-color: #980022; }
a { background-color: rgb(152,0,34); }
div.DivClassName
{
background-color: #980022;
}
.BgClassName
{
background-color: #980022;
}
</style>
border-color css
<style>
span { border-color: #980022; }
span { border-color: rgb(152,0,34); }
td.TdClassName
{
border-color: #980022;
}
.TagClassName
{
border-color: #980022;
}
</style>