Shades of Carmine #98101E
Tints of Carmine #98101E
RGB
CMYK
RGB Variations
Color information
#98101E (or 0x98101E) is known color: Carmine. HEX triplet: 98, 10 and 1E. RGB value is (152,16,30). Sum of RGB (Red+Green+Blue) = 152+16+30=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98101E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98101E is #67EFE1. Grayscale: #3A3A3A. Windows color (decimal): -6811618 or 1970328. OLE color: 1970328.
HSL color Cylindrical-coordinate representation of color #98101E: hue angle of 353.82º degrees, saturation: 0.81, 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 #98101E is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 30 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.40 |
| HSL | 353.82º | 0.81% | 0.33% | - |
| HSV(B) | 353.82º | 0.89% | 0.6% | - |
| XYZ | 13.37 | 7.14 | 1.9 | - |
| YUV | 58.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 30 | 0 | 0.89 | 0.80 | 0.40 | 353.82 | 0.81 | 0.33 |
| Hex | 98 | 10 | 1E | 0 | 59 | 50 | 28 | 162 | 51 | 21 |
| Octal | 230 | 20 | 36 | 0 | 131 | 120 | 50 | 542 | 121 | 41 |
| Binary | 10011000 | 10000 | 11110 | 0 | 1011001 | 1010000 | 101000 | 101100010 | 1010001 | 100001 |
Color Harmonies of #98101E
Complementary color
Monochromatic Colors of #98101E
Black with #98101E
Text Example
Text Example
White with #98101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98101E; }
p { color: rgb(152,16,30); }
H1.HeaderClassName
{
color: #98101E;
}
.AnyTagClassName
{
color: #98101E;
}
</style>
background-color css
<style>
a { background-color: #98101E; }
a { background-color: rgb(152,16,30); }
div.DivClassName
{
background-color: #98101E;
}
.BgClassName
{
background-color: #98101E;
}
</style>
border-color css
<style>
span { border-color: #98101E; }
span { border-color: rgb(152,16,30); }
td.TdClassName
{
border-color: #98101E;
}
.TagClassName
{
border-color: #98101E;
}
</style>