Shades of Carmine #98131E
Tints of Carmine #98131E
RGB
CMYK
RGB Variations
Color information
#98131E (or 0x98131E) is known color: Carmine. HEX triplet: 98, 13 and 1E. RGB value is (152,19,30). Sum of RGB (Red+Green+Blue) = 152+19+30=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98131E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98131E is #67ECE1. Grayscale: #3C3C3C. Windows color (decimal): -6810850 or 1971096. OLE color: 1971096.
HSL color Cylindrical-coordinate representation of color #98131E: hue angle of 355.04º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98131E is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 19 | 30 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.40 |
| HSL | 355.04º | 0.78% | 0.34% | - |
| HSV(B) | 355.04º | 0.88% | 0.6% | - |
| XYZ | 13.42 | 7.23 | 1.92 | - |
| YUV | 60.02 | 111.06 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 19 | 30 | 0 | 0.87 | 0.80 | 0.40 | 355.04 | 0.78 | 0.34 |
| Hex | 98 | 13 | 1E | 0 | 57 | 50 | 28 | 163 | 4E | 22 |
| Octal | 230 | 23 | 36 | 0 | 127 | 120 | 50 | 543 | 116 | 42 |
| Binary | 10011000 | 10011 | 11110 | 0 | 1010111 | 1010000 | 101000 | 101100011 | 1001110 | 100010 |
Color Harmonies of #98131E
Complementary color
Monochromatic Colors of #98131E
Black with #98131E
Text Example
Text Example
White with #98131E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98131E; }
p { color: rgb(152,19,30); }
H1.HeaderClassName
{
color: #98131E;
}
.AnyTagClassName
{
color: #98131E;
}
</style>
background-color css
<style>
a { background-color: #98131E; }
a { background-color: rgb(152,19,30); }
div.DivClassName
{
background-color: #98131E;
}
.BgClassName
{
background-color: #98131E;
}
</style>
border-color css
<style>
span { border-color: #98131E; }
span { border-color: rgb(152,19,30); }
td.TdClassName
{
border-color: #98131E;
}
.TagClassName
{
border-color: #98131E;
}
</style>