Shades of Carmine #98102F
Tints of Carmine #98102F
RGB
CMYK
RGB Variations
Color information
#98102F (or 0x98102F) is known color: Carmine. HEX triplet: 98, 10 and 2F. RGB value is (152,16,47). Sum of RGB (Red+Green+Blue) = 152+16+47=215 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.70% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 152 - color contains mainly: red. Hex color #98102F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98102F is #67EFD0. Grayscale: #3C3C3C. Windows color (decimal): -6811601 or 3084440. OLE color: 3084440.
HSL color Cylindrical-coordinate representation of color #98102F: hue angle of 346.32º 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 #98102F is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 16 | 47 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.40 |
| HSL | 346.32º | 0.81% | 0.33% | - |
| HSV(B) | 346.32º | 0.89% | 0.6% | - |
| XYZ | 13.65 | 7.25 | 3.37 | - |
| YUV | 60.2 | 120.56 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 16 | 47 | 0 | 0.89 | 0.69 | 0.40 | 346.32 | 0.81 | 0.33 |
| Hex | 98 | 10 | 2F | 0 | 59 | 45 | 28 | 15A | 51 | 21 |
| Octal | 230 | 20 | 57 | 0 | 131 | 105 | 50 | 532 | 121 | 41 |
| Binary | 10011000 | 10000 | 101111 | 0 | 1011001 | 1000101 | 101000 | 101011010 | 1010001 | 100001 |
Color Harmonies of #98102F
Complementary color
Monochromatic Colors of #98102F
Black with #98102F
Text Example
Text Example
White with #98102F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98102F; }
p { color: rgb(152,16,47); }
H1.HeaderClassName
{
color: #98102F;
}
.AnyTagClassName
{
color: #98102F;
}
</style>
background-color css
<style>
a { background-color: #98102F; }
a { background-color: rgb(152,16,47); }
div.DivClassName
{
background-color: #98102F;
}
.BgClassName
{
background-color: #98102F;
}
</style>
border-color css
<style>
span { border-color: #98102F; }
span { border-color: rgb(152,16,47); }
td.TdClassName
{
border-color: #98102F;
}
.TagClassName
{
border-color: #98102F;
}
</style>