Shades of Carmine #98031B
Tints of Carmine #98031B
RGB
CMYK
RGB Variations
Color information
#98031B (or 0x98031B) is known color: Carmine. HEX triplet: 98, 03 and 1B. RGB value is (152,3,27). Sum of RGB (Red+Green+Blue) = 152+3+27=182 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.52% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 152 - color contains mainly: red. Hex color #98031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98031B is #67FCE4. Grayscale: #323232. Windows color (decimal): -6814949 or 1770392. OLE color: 1770392.
HSL color Cylindrical-coordinate representation of color #98031B: hue angle of 350.34º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98031B is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.40 |
| HSL | 350.34º | 0.96% | 0.3% | - |
| HSV(B) | 350.34º | 0.98% | 0.6% | - |
| XYZ | 13.18 | 6.82 | 1.66 | - |
| YUV | 50.29 | 114.86 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 27 | 0 | 0.98 | 0.82 | 0.40 | 350.34 | 0.96 | 0.3 |
| Hex | 98 | 3 | 1B | 0 | 62 | 52 | 28 | 15E | 60 | 1E |
| Octal | 230 | 3 | 33 | 0 | 142 | 122 | 50 | 536 | 140 | 36 |
| Binary | 10011000 | 11 | 11011 | 0 | 1100010 | 1010010 | 101000 | 101011110 | 1100000 | 11110 |
Color Harmonies of #98031B
Complementary color
Monochromatic Colors of #98031B
Black with #98031B
Text Example
Text Example
White with #98031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98031B; }
p { color: rgb(152,3,27); }
H1.HeaderClassName
{
color: #98031B;
}
.AnyTagClassName
{
color: #98031B;
}
</style>
background-color css
<style>
a { background-color: #98031B; }
a { background-color: rgb(152,3,27); }
div.DivClassName
{
background-color: #98031B;
}
.BgClassName
{
background-color: #98031B;
}
</style>
border-color css
<style>
span { border-color: #98031B; }
span { border-color: rgb(152,3,27); }
td.TdClassName
{
border-color: #98031B;
}
.TagClassName
{
border-color: #98031B;
}
</style>