Shades of Carmine #98121D
Tints of Carmine #98121D
RGB
CMYK
RGB Variations
Color information
#98121D (or 0x98121D) is known color: Carmine. HEX triplet: 98, 12 and 1D. RGB value is (152,18,29). Sum of RGB (Red+Green+Blue) = 152+18+29=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98121D is #67EDE2. Grayscale: #3B3B3B. Windows color (decimal): -6811107 or 1905304. OLE color: 1905304.
HSL color Cylindrical-coordinate representation of color #98121D: hue angle of 355.07º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98121D is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 29 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.40 |
| HSL | 355.07º | 0.79% | 0.33% | - |
| HSV(B) | 355.07º | 0.88% | 0.6% | - |
| XYZ | 13.39 | 7.2 | 1.85 | - |
| YUV | 59.32 | 110.89 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 29 | 0 | 0.88 | 0.81 | 0.40 | 355.07 | 0.79 | 0.33 |
| Hex | 98 | 12 | 1D | 0 | 58 | 51 | 28 | 163 | 4F | 21 |
| Octal | 230 | 22 | 35 | 0 | 130 | 121 | 50 | 543 | 117 | 41 |
| Binary | 10011000 | 10010 | 11101 | 0 | 1011000 | 1010001 | 101000 | 101100011 | 1001111 | 100001 |
Color Harmonies of #98121D
Complementary color
Monochromatic Colors of #98121D
Black with #98121D
Text Example
Text Example
White with #98121D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98121D; }
p { color: rgb(152,18,29); }
H1.HeaderClassName
{
color: #98121D;
}
.AnyTagClassName
{
color: #98121D;
}
</style>
background-color css
<style>
a { background-color: #98121D; }
a { background-color: rgb(152,18,29); }
div.DivClassName
{
background-color: #98121D;
}
.BgClassName
{
background-color: #98121D;
}
</style>
border-color css
<style>
span { border-color: #98121D; }
span { border-color: rgb(152,18,29); }
td.TdClassName
{
border-color: #98121D;
}
.TagClassName
{
border-color: #98121D;
}
</style>