Shades of Carmine #98122C
Tints of Carmine #98122C
RGB
CMYK
RGB Variations
Color information
#98122C (or 0x98122C) is known color: Carmine. HEX triplet: 98, 12 and 2C. RGB value is (152,18,44). Sum of RGB (Red+Green+Blue) = 152+18+44=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #98122C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98122C is #67EDD3. Grayscale: #3D3D3D. Windows color (decimal): -6811092 or 2888344. OLE color: 2888344.
HSL color Cylindrical-coordinate representation of color #98122C: hue angle of 348.36º 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 #98122C is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 18 | 44 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.40 |
| HSL | 348.36º | 0.79% | 0.33% | - |
| HSV(B) | 348.36º | 0.88% | 0.6% | - |
| XYZ | 13.62 | 7.29 | 3.07 | - |
| YUV | 61.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 18 | 44 | 0 | 0.88 | 0.71 | 0.40 | 348.36 | 0.79 | 0.33 |
| Hex | 98 | 12 | 2C | 0 | 58 | 47 | 28 | 15C | 4F | 21 |
| Octal | 230 | 22 | 54 | 0 | 130 | 107 | 50 | 534 | 117 | 41 |
| Binary | 10011000 | 10010 | 101100 | 0 | 1011000 | 1000111 | 101000 | 101011100 | 1001111 | 100001 |
Color Harmonies of #98122C
Complementary color
Monochromatic Colors of #98122C
Black with #98122C
Text Example
Text Example
White with #98122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98122C; }
p { color: rgb(152,18,44); }
H1.HeaderClassName
{
color: #98122C;
}
.AnyTagClassName
{
color: #98122C;
}
</style>
background-color css
<style>
a { background-color: #98122C; }
a { background-color: rgb(152,18,44); }
div.DivClassName
{
background-color: #98122C;
}
.BgClassName
{
background-color: #98122C;
}
</style>
border-color css
<style>
span { border-color: #98122C; }
span { border-color: rgb(152,18,44); }
td.TdClassName
{
border-color: #98122C;
}
.TagClassName
{
border-color: #98122C;
}
</style>