Shades of Carmine #980926
Tints of Carmine #980926
RGB
CMYK
RGB Variations
Color information
#980926 (or 0x980926) is known color: Carmine. HEX triplet: 98, 09 and 26. RGB value is (152,9,38). Sum of RGB (Red+Green+Blue) = 152+9+38=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #980926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980926 is #67F6D9. Grayscale: #373737. Windows color (decimal): -6813402 or 2492824. OLE color: 2492824.
HSL color Cylindrical-coordinate representation of color #980926: hue angle of 347.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980926 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 9 | 38 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.40 |
| HSL | 347.83º | 0.89% | 0.32% | - |
| HSV(B) | 347.83º | 0.94% | 0.6% | - |
| XYZ | 13.4 | 7.01 | 2.48 | - |
| YUV | 55.06 | 118.38 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 9 | 38 | 0 | 0.94 | 0.75 | 0.40 | 347.83 | 0.89 | 0.32 |
| Hex | 98 | 9 | 26 | 0 | 5E | 4B | 28 | 15C | 59 | 20 |
| Octal | 230 | 11 | 46 | 0 | 136 | 113 | 50 | 534 | 131 | 40 |
| Binary | 10011000 | 1001 | 100110 | 0 | 1011110 | 1001011 | 101000 | 101011100 | 1011001 | 100000 |
Color Harmonies of #980926
Complementary color
Monochromatic Colors of #980926
Black with #980926
Text Example
Text Example
White with #980926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980926; }
p { color: rgb(152,9,38); }
H1.HeaderClassName
{
color: #980926;
}
.AnyTagClassName
{
color: #980926;
}
</style>
background-color css
<style>
a { background-color: #980926; }
a { background-color: rgb(152,9,38); }
div.DivClassName
{
background-color: #980926;
}
.BgClassName
{
background-color: #980926;
}
</style>
border-color css
<style>
span { border-color: #980926; }
span { border-color: rgb(152,9,38); }
td.TdClassName
{
border-color: #980926;
}
.TagClassName
{
border-color: #980926;
}
</style>