Shades of Carmine #98101F
Tints of Carmine #98101F
RGB
CMYK
RGB Variations
Color information
#98101F (or 0x98101F) is known color: Carmine. HEX triplet: 98, 10 and 1F. RGB value is (152,16,31). Sum of RGB (Red+Green+Blue) = 152+16+31=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98101F is #67EFE0. Grayscale: #3A3A3A. Windows color (decimal): -6811617 or 2035864. OLE color: 2035864.
HSL color Cylindrical-coordinate representation of color #98101F: hue angle of 353.38º 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 #98101F is Cyan = 0, Magento = 0.89, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 31 | - |
| CMYK | 0 | 0.89 | 0.80 | 0.40 |
| HSL | 353.38º | 0.81% | 0.33% | - |
| HSV(B) | 353.38º | 0.89% | 0.6% | - |
| XYZ | 13.38 | 7.14 | 1.97 | - |
| YUV | 58.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 31 | 0 | 0.89 | 0.80 | 0.40 | 353.38 | 0.81 | 0.33 |
| Hex | 98 | 10 | 1F | 0 | 59 | 50 | 28 | 161 | 51 | 21 |
| Octal | 230 | 20 | 37 | 0 | 131 | 120 | 50 | 541 | 121 | 41 |
| Binary | 10011000 | 10000 | 11111 | 0 | 1011001 | 1010000 | 101000 | 101100001 | 1010001 | 100001 |
Color Harmonies of #98101F
Complementary color
Monochromatic Colors of #98101F
Black with #98101F
Text Example
Text Example
White with #98101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98101F; }
p { color: rgb(152,16,31); }
H1.HeaderClassName
{
color: #98101F;
}
.AnyTagClassName
{
color: #98101F;
}
</style>
background-color css
<style>
a { background-color: #98101F; }
a { background-color: rgb(152,16,31); }
div.DivClassName
{
background-color: #98101F;
}
.BgClassName
{
background-color: #98101F;
}
</style>
border-color css
<style>
span { border-color: #98101F; }
span { border-color: rgb(152,16,31); }
td.TdClassName
{
border-color: #98101F;
}
.TagClassName
{
border-color: #98101F;
}
</style>