Shades of Carmine #980B33
Tints of Carmine #980B33
RGB
CMYK
RGB Variations
Color information
#980B33 (or 0x980B33) is known color: Carmine. HEX triplet: 98, 0B and 33. RGB value is (152,11,51). Sum of RGB (Red+Green+Blue) = 152+11+51=214 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.03% from 214); Green value is 11 (4.69% from 255 or 5.14% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 152 - color contains mainly: red. Hex color #980B33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B33 is #67F4CC. Grayscale: #393939. Windows color (decimal): -6812877 or 3345304. OLE color: 3345304.
HSL color Cylindrical-coordinate representation of color #980B33: hue angle of 342.98º 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 #980B33 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 51 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.40 |
| HSL | 342.98º | 0.87% | 0.32% | - |
| HSV(B) | 342.98º | 0.93% | 0.6% | - |
| XYZ | 13.67 | 7.15 | 3.79 | - |
| YUV | 57.72 | 124.21 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 51 | 0 | 0.93 | 0.66 | 0.40 | 342.98 | 0.87 | 0.32 |
| Hex | 98 | B | 33 | 0 | 5D | 42 | 28 | 157 | 57 | 20 |
| Octal | 230 | 13 | 63 | 0 | 135 | 102 | 50 | 527 | 127 | 40 |
| Binary | 10011000 | 1011 | 110011 | 0 | 1011101 | 1000010 | 101000 | 101010111 | 1010111 | 100000 |
Color Harmonies of #980B33
Complementary color
Monochromatic Colors of #980B33
Black with #980B33
Text Example
Text Example
White with #980B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B33; }
p { color: rgb(152,11,51); }
H1.HeaderClassName
{
color: #980B33;
}
.AnyTagClassName
{
color: #980B33;
}
</style>
background-color css
<style>
a { background-color: #980B33; }
a { background-color: rgb(152,11,51); }
div.DivClassName
{
background-color: #980B33;
}
.BgClassName
{
background-color: #980B33;
}
</style>
border-color css
<style>
span { border-color: #980B33; }
span { border-color: rgb(152,11,51); }
td.TdClassName
{
border-color: #980B33;
}
.TagClassName
{
border-color: #980B33;
}
</style>