Shades of Carmine #98111B
Tints of Carmine #98111B
RGB
CMYK
RGB Variations
Color information
#98111B (or 0x98111B) is known color: Carmine. HEX triplet: 98, 11 and 1B. RGB value is (152,17,27). Sum of RGB (Red+Green+Blue) = 152+17+27=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #98111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98111B is #67EEE4. Grayscale: #3A3A3A. Windows color (decimal): -6811365 or 1773976. OLE color: 1773976.
HSL color Cylindrical-coordinate representation of color #98111B: hue angle of 355.56º 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 #98111B is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 27 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.40 |
| HSL | 355.56º | 0.8% | 0.33% | - |
| HSV(B) | 355.56º | 0.89% | 0.6% | - |
| XYZ | 13.35 | 7.16 | 1.71 | - |
| YUV | 58.51 | 110.23 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 27 | 0 | 0.89 | 0.82 | 0.40 | 355.56 | 0.8 | 0.33 |
| Hex | 98 | 11 | 1B | 0 | 59 | 52 | 28 | 164 | 50 | 21 |
| Octal | 230 | 21 | 33 | 0 | 131 | 122 | 50 | 544 | 120 | 41 |
| Binary | 10011000 | 10001 | 11011 | 0 | 1011001 | 1010010 | 101000 | 101100100 | 1010000 | 100001 |
Color Harmonies of #98111B
Complementary color
Monochromatic Colors of #98111B
Black with #98111B
Text Example
Text Example
White with #98111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98111B; }
p { color: rgb(152,17,27); }
H1.HeaderClassName
{
color: #98111B;
}
.AnyTagClassName
{
color: #98111B;
}
</style>
background-color css
<style>
a { background-color: #98111B; }
a { background-color: rgb(152,17,27); }
div.DivClassName
{
background-color: #98111B;
}
.BgClassName
{
background-color: #98111B;
}
</style>
border-color css
<style>
span { border-color: #98111B; }
span { border-color: rgb(152,17,27); }
td.TdClassName
{
border-color: #98111B;
}
.TagClassName
{
border-color: #98111B;
}
</style>