Shades of Carmine #98151E
Tints of Carmine #98151E
RGB
CMYK
RGB Variations
Color information
#98151E (or 0x98151E) is known color: Carmine. HEX triplet: 98, 15 and 1E. RGB value is (152,21,30). Sum of RGB (Red+Green+Blue) = 152+21+30=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98151E is #67EAE1. Grayscale: #3D3D3D. Windows color (decimal): -6810338 or 1971608. OLE color: 1971608.
HSL color Cylindrical-coordinate representation of color #98151E: hue angle of 355.88º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #98151E is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 21 | 30 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.40 |
| HSL | 355.88º | 0.76% | 0.34% | - |
| HSV(B) | 355.88º | 0.86% | 0.6% | - |
| XYZ | 13.45 | 7.31 | 1.93 | - |
| YUV | 61.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 30 | 0 | 0.86 | 0.80 | 0.40 | 355.88 | 0.76 | 0.34 |
| Hex | 98 | 15 | 1E | 0 | 56 | 50 | 28 | 164 | 4C | 22 |
| Octal | 230 | 25 | 36 | 0 | 126 | 120 | 50 | 544 | 114 | 42 |
| Binary | 10011000 | 10101 | 11110 | 0 | 1010110 | 1010000 | 101000 | 101100100 | 1001100 | 100010 |
Color Harmonies of #98151E
Complementary color
Monochromatic Colors of #98151E
Black with #98151E
Text Example
Text Example
White with #98151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98151E; }
p { color: rgb(152,21,30); }
H1.HeaderClassName
{
color: #98151E;
}
.AnyTagClassName
{
color: #98151E;
}
</style>
background-color css
<style>
a { background-color: #98151E; }
a { background-color: rgb(152,21,30); }
div.DivClassName
{
background-color: #98151E;
}
.BgClassName
{
background-color: #98151E;
}
</style>
border-color css
<style>
span { border-color: #98151E; }
span { border-color: rgb(152,21,30); }
td.TdClassName
{
border-color: #98151E;
}
.TagClassName
{
border-color: #98151E;
}
</style>