Shades of Carmine #98102D
Tints of Carmine #98102D
RGB
CMYK
RGB Variations
Color information
#98102D (or 0x98102D) is known color: Carmine. HEX triplet: 98, 10 and 2D. RGB value is (152,16,45). Sum of RGB (Red+Green+Blue) = 152+16+45=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 45 (17.97% from 255 or 21.13% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #98102D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98102D is #67EFD2. Grayscale: #3B3B3B. Windows color (decimal): -6811603 or 2953368. OLE color: 2953368.
HSL color Cylindrical-coordinate representation of color #98102D: hue angle of 347.21º degrees, saturation: 0.81, 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 #98102D is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 45 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.40 |
| HSL | 347.21º | 0.81% | 0.33% | - |
| HSV(B) | 347.21º | 0.89% | 0.6% | - |
| XYZ | 13.61 | 7.24 | 3.16 | - |
| YUV | 59.97 | 119.56 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 45 | 0 | 0.89 | 0.70 | 0.40 | 347.21 | 0.81 | 0.33 |
| Hex | 98 | 10 | 2D | 0 | 59 | 46 | 28 | 15B | 51 | 21 |
| Octal | 230 | 20 | 55 | 0 | 131 | 106 | 50 | 533 | 121 | 41 |
| Binary | 10011000 | 10000 | 101101 | 0 | 1011001 | 1000110 | 101000 | 101011011 | 1010001 | 100001 |
Color Harmonies of #98102D
Complementary color
Monochromatic Colors of #98102D
Black with #98102D
Text Example
Text Example
White with #98102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98102D; }
p { color: rgb(152,16,45); }
H1.HeaderClassName
{
color: #98102D;
}
.AnyTagClassName
{
color: #98102D;
}
</style>
background-color css
<style>
a { background-color: #98102D; }
a { background-color: rgb(152,16,45); }
div.DivClassName
{
background-color: #98102D;
}
.BgClassName
{
background-color: #98102D;
}
</style>
border-color css
<style>
span { border-color: #98102D; }
span { border-color: rgb(152,16,45); }
td.TdClassName
{
border-color: #98102D;
}
.TagClassName
{
border-color: #98102D;
}
</style>