Shades of Carmine #980122
Tints of Carmine #980122
RGB
CMYK
RGB Variations
Color information
#980122 (or 0x980122) is known color: Carmine. HEX triplet: 98, 01 and 22. RGB value is (152,1,34). Sum of RGB (Red+Green+Blue) = 152+1+34=187 (24% of max value = 765). Red value is 152 (59.77% from 255 or 81.28% from 187); Green value is 1 (0.78% from 255 or 0.53% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 152 - color contains mainly: red. Hex color #980122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980122 is #67FEDD. Grayscale: #313131. Windows color (decimal): -6815454 or 2228632. OLE color: 2228632.
HSL color Cylindrical-coordinate representation of color #980122: hue angle of 346.89º degrees, saturation: 0.99, 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 #980122 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 34 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.40 |
| HSL | 346.89º | 0.99% | 0.3% | - |
| HSV(B) | 346.89º | 0.99% | 0.6% | - |
| XYZ | 13.25 | 6.81 | 2.13 | - |
| YUV | 49.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 34 | 0 | 0.99 | 0.78 | 0.40 | 346.89 | 0.99 | 0.3 |
| Hex | 98 | 1 | 22 | 0 | 63 | 4E | 28 | 15B | 63 | 1E |
| Octal | 230 | 1 | 42 | 0 | 143 | 116 | 50 | 533 | 143 | 36 |
| Binary | 10011000 | 1 | 100010 | 0 | 1100011 | 1001110 | 101000 | 101011011 | 1100011 | 11110 |
Color Harmonies of #980122
Complementary color
Monochromatic Colors of #980122
Black with #980122
Text Example
Text Example
White with #980122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980122; }
p { color: rgb(152,1,34); }
H1.HeaderClassName
{
color: #980122;
}
.AnyTagClassName
{
color: #980122;
}
</style>
background-color css
<style>
a { background-color: #980122; }
a { background-color: rgb(152,1,34); }
div.DivClassName
{
background-color: #980122;
}
.BgClassName
{
background-color: #980122;
}
</style>
border-color css
<style>
span { border-color: #980122; }
span { border-color: rgb(152,1,34); }
td.TdClassName
{
border-color: #980122;
}
.TagClassName
{
border-color: #980122;
}
</style>