Shades of Carmine #98112B
Tints of Carmine #98112B
RGB
CMYK
RGB Variations
Color information
#98112B (or 0x98112B) is known color: Carmine. HEX triplet: 98, 11 and 2B. RGB value is (152,17,43). Sum of RGB (Red+Green+Blue) = 152+17+43=212 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.70% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 152 - color contains mainly: red. Hex color #98112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98112B is #67EED4. Grayscale: #3C3C3C. Windows color (decimal): -6811349 or 2822552. OLE color: 2822552.
HSL color Cylindrical-coordinate representation of color #98112B: hue angle of 348.44º 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 #98112B is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 43 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.40 |
| HSL | 348.44º | 0.8% | 0.33% | - |
| HSV(B) | 348.44º | 0.89% | 0.6% | - |
| XYZ | 13.59 | 7.25 | 2.97 | - |
| YUV | 60.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 43 | 0 | 0.89 | 0.72 | 0.40 | 348.44 | 0.8 | 0.33 |
| Hex | 98 | 11 | 2B | 0 | 59 | 48 | 28 | 15C | 50 | 21 |
| Octal | 230 | 21 | 53 | 0 | 131 | 110 | 50 | 534 | 120 | 41 |
| Binary | 10011000 | 10001 | 101011 | 0 | 1011001 | 1001000 | 101000 | 101011100 | 1010000 | 100001 |
Color Harmonies of #98112B
Complementary color
Monochromatic Colors of #98112B
Black with #98112B
Text Example
Text Example
White with #98112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98112B; }
p { color: rgb(152,17,43); }
H1.HeaderClassName
{
color: #98112B;
}
.AnyTagClassName
{
color: #98112B;
}
</style>
background-color css
<style>
a { background-color: #98112B; }
a { background-color: rgb(152,17,43); }
div.DivClassName
{
background-color: #98112B;
}
.BgClassName
{
background-color: #98112B;
}
</style>
border-color css
<style>
span { border-color: #98112B; }
span { border-color: rgb(152,17,43); }
td.TdClassName
{
border-color: #98112B;
}
.TagClassName
{
border-color: #98112B;
}
</style>