Shades of Carmine #98101D
Tints of Carmine #98101D
RGB
CMYK
RGB Variations
Color information
#98101D (or 0x98101D) is known color: Carmine. HEX triplet: 98, 10 and 1D. RGB value is (152,16,29). Sum of RGB (Red+Green+Blue) = 152+16+29=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 29 (11.72% from 255 or 14.72% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98101D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98101D is #67EFE2. Grayscale: #3A3A3A. Windows color (decimal): -6811619 or 1904792. OLE color: 1904792.
HSL color Cylindrical-coordinate representation of color #98101D: hue angle of 354.26º 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 #98101D is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 29 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.40 |
| HSL | 354.26º | 0.81% | 0.33% | - |
| HSV(B) | 354.26º | 0.89% | 0.6% | - |
| XYZ | 13.36 | 7.13 | 1.84 | - |
| YUV | 58.15 | 111.56 | 194.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 29 | 0 | 0.89 | 0.81 | 0.40 | 354.26 | 0.81 | 0.33 |
| Hex | 98 | 10 | 1D | 0 | 59 | 51 | 28 | 162 | 51 | 21 |
| Octal | 230 | 20 | 35 | 0 | 131 | 121 | 50 | 542 | 121 | 41 |
| Binary | 10011000 | 10000 | 11101 | 0 | 1011001 | 1010001 | 101000 | 101100010 | 1010001 | 100001 |
Color Harmonies of #98101D
Complementary color
Monochromatic Colors of #98101D
Black with #98101D
Text Example
Text Example
White with #98101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98101D; }
p { color: rgb(152,16,29); }
H1.HeaderClassName
{
color: #98101D;
}
.AnyTagClassName
{
color: #98101D;
}
</style>
background-color css
<style>
a { background-color: #98101D; }
a { background-color: rgb(152,16,29); }
div.DivClassName
{
background-color: #98101D;
}
.BgClassName
{
background-color: #98101D;
}
</style>
border-color css
<style>
span { border-color: #98101D; }
span { border-color: rgb(152,16,29); }
td.TdClassName
{
border-color: #98101D;
}
.TagClassName
{
border-color: #98101D;
}
</style>