Shades of Carmine #980F22
Tints of Carmine #980F22
RGB
CMYK
RGB Variations
Color information
#980F22 (or 0x980F22) is known color: Carmine. HEX triplet: 98, 0F and 22. RGB value is (152,15,34). Sum of RGB (Red+Green+Blue) = 152+15+34=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #980F22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F22 is #67F0DD. Grayscale: #3A3A3A. Windows color (decimal): -6811870 or 2232216. OLE color: 2232216.
HSL color Cylindrical-coordinate representation of color #980F22: hue angle of 351.68º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F22 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 34 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.40 |
| HSL | 351.68º | 0.82% | 0.33% | - |
| HSV(B) | 351.68º | 0.9% | 0.6% | - |
| XYZ | 13.41 | 7.13 | 2.18 | - |
| YUV | 58.13 | 114.39 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 34 | 0 | 0.90 | 0.78 | 0.40 | 351.68 | 0.82 | 0.33 |
| Hex | 98 | F | 22 | 0 | 5A | 4E | 28 | 160 | 52 | 21 |
| Octal | 230 | 17 | 42 | 0 | 132 | 116 | 50 | 540 | 122 | 41 |
| Binary | 10011000 | 1111 | 100010 | 0 | 1011010 | 1001110 | 101000 | 101100000 | 1010010 | 100001 |
Color Harmonies of #980F22
Complementary color
Monochromatic Colors of #980F22
Black with #980F22
Text Example
Text Example
White with #980F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F22; }
p { color: rgb(152,15,34); }
H1.HeaderClassName
{
color: #980F22;
}
.AnyTagClassName
{
color: #980F22;
}
</style>
background-color css
<style>
a { background-color: #980F22; }
a { background-color: rgb(152,15,34); }
div.DivClassName
{
background-color: #980F22;
}
.BgClassName
{
background-color: #980F22;
}
</style>
border-color css
<style>
span { border-color: #980F22; }
span { border-color: rgb(152,15,34); }
td.TdClassName
{
border-color: #980F22;
}
.TagClassName
{
border-color: #980F22;
}
</style>