Shades of Carmine #98112C
Tints of Carmine #98112C
RGB
CMYK
RGB Variations
Color information
#98112C (or 0x98112C) is known color: Carmine. HEX triplet: 98, 11 and 2C. RGB value is (152,17,44). Sum of RGB (Red+Green+Blue) = 152+17+44=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98112C is #67EED3. Grayscale: #3C3C3C. Windows color (decimal): -6811348 or 2888088. OLE color: 2888088.
HSL color Cylindrical-coordinate representation of color #98112C: hue angle of 348º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98112C is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 44 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.40 |
| HSL | 348º | 0.8% | 0.33% | - |
| HSV(B) | 348º | 0.89% | 0.6% | - |
| XYZ | 13.6 | 7.26 | 3.07 | - |
| YUV | 60.44 | 118.73 | 193.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 44 | 0 | 0.89 | 0.71 | 0.40 | 348 | 0.8 | 0.33 |
| Hex | 98 | 11 | 2C | 0 | 59 | 47 | 28 | 15C | 50 | 21 |
| Octal | 230 | 21 | 54 | 0 | 131 | 107 | 50 | 534 | 120 | 41 |
| Binary | 10011000 | 10001 | 101100 | 0 | 1011001 | 1000111 | 101000 | 101011100 | 1010000 | 100001 |
Color Harmonies of #98112C
Complementary color
Monochromatic Colors of #98112C
Black with #98112C
Text Example
Text Example
White with #98112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98112C; }
p { color: rgb(152,17,44); }
H1.HeaderClassName
{
color: #98112C;
}
.AnyTagClassName
{
color: #98112C;
}
</style>
background-color css
<style>
a { background-color: #98112C; }
a { background-color: rgb(152,17,44); }
div.DivClassName
{
background-color: #98112C;
}
.BgClassName
{
background-color: #98112C;
}
</style>
border-color css
<style>
span { border-color: #98112C; }
span { border-color: rgb(152,17,44); }
td.TdClassName
{
border-color: #98112C;
}
.TagClassName
{
border-color: #98112C;
}
</style>