Shades of Carmine #980B36
Tints of Carmine #980B36
RGB
CMYK
RGB Variations
Color information
#980B36 (or 0x980B36) is known color: Carmine. HEX triplet: 98, 0B and 36. RGB value is (152,11,54). Sum of RGB (Red+Green+Blue) = 152+11+54=217 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.05% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 152 - color contains mainly: red. Hex color #980B36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B36 is #67F4C9. Grayscale: #3A3A3A. Windows color (decimal): -6812874 or 3541912. OLE color: 3541912.
HSL color Cylindrical-coordinate representation of color #980B36: hue angle of 341.7º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980B36 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 54 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.40 |
| HSL | 341.7º | 0.87% | 0.32% | - |
| HSV(B) | 341.7º | 0.93% | 0.6% | - |
| XYZ | 13.73 | 7.18 | 4.15 | - |
| YUV | 58.06 | 125.71 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 54 | 0 | 0.93 | 0.64 | 0.40 | 341.7 | 0.87 | 0.32 |
| Hex | 98 | B | 36 | 0 | 5D | 40 | 28 | 156 | 57 | 20 |
| Octal | 230 | 13 | 66 | 0 | 135 | 100 | 50 | 526 | 127 | 40 |
| Binary | 10011000 | 1011 | 110110 | 0 | 1011101 | 1000000 | 101000 | 101010110 | 1010111 | 100000 |
Color Harmonies of #980B36
Complementary color
Monochromatic Colors of #980B36
Black with #980B36
Text Example
Text Example
White with #980B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B36; }
p { color: rgb(152,11,54); }
H1.HeaderClassName
{
color: #980B36;
}
.AnyTagClassName
{
color: #980B36;
}
</style>
background-color css
<style>
a { background-color: #980B36; }
a { background-color: rgb(152,11,54); }
div.DivClassName
{
background-color: #980B36;
}
.BgClassName
{
background-color: #980B36;
}
</style>
border-color css
<style>
span { border-color: #980B36; }
span { border-color: rgb(152,11,54); }
td.TdClassName
{
border-color: #980B36;
}
.TagClassName
{
border-color: #980B36;
}
</style>