Shades of Carmine #98111C
Tints of Carmine #98111C
RGB
CMYK
RGB Variations
Color information
#98111C (or 0x98111C) is known color: Carmine. HEX triplet: 98, 11 and 1C. RGB value is (152,17,28). Sum of RGB (Red+Green+Blue) = 152+17+28=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98111C is #67EEE3. Grayscale: #3A3A3A. Windows color (decimal): -6811364 or 1839512. OLE color: 1839512.
HSL color Cylindrical-coordinate representation of color #98111C: hue angle of 355.11º 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 #98111C is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 17 | 28 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.40 |
| HSL | 355.11º | 0.8% | 0.33% | - |
| HSV(B) | 355.11º | 0.89% | 0.6% | - |
| XYZ | 13.36 | 7.16 | 1.78 | - |
| YUV | 58.62 | 110.73 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 17 | 28 | 0 | 0.89 | 0.82 | 0.40 | 355.11 | 0.8 | 0.33 |
| Hex | 98 | 11 | 1C | 0 | 59 | 52 | 28 | 163 | 50 | 21 |
| Octal | 230 | 21 | 34 | 0 | 131 | 122 | 50 | 543 | 120 | 41 |
| Binary | 10011000 | 10001 | 11100 | 0 | 1011001 | 1010010 | 101000 | 101100011 | 1010000 | 100001 |
Color Harmonies of #98111C
Complementary color
Monochromatic Colors of #98111C
Black with #98111C
Text Example
Text Example
White with #98111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98111C; }
p { color: rgb(152,17,28); }
H1.HeaderClassName
{
color: #98111C;
}
.AnyTagClassName
{
color: #98111C;
}
</style>
background-color css
<style>
a { background-color: #98111C; }
a { background-color: rgb(152,17,28); }
div.DivClassName
{
background-color: #98111C;
}
.BgClassName
{
background-color: #98111C;
}
</style>
border-color css
<style>
span { border-color: #98111C; }
span { border-color: rgb(152,17,28); }
td.TdClassName
{
border-color: #98111C;
}
.TagClassName
{
border-color: #98111C;
}
</style>