Shades of Carmine #980B2C
Tints of Carmine #980B2C
RGB
CMYK
RGB Variations
Color information
#980B2C (or 0x980B2C) is known color: Carmine. HEX triplet: 98, 0B and 2C. RGB value is (152,11,44). Sum of RGB (Red+Green+Blue) = 152+11+44=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980B2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B2C is #67F4D3. Grayscale: #383838. Windows color (decimal): -6812884 or 2886552. OLE color: 2886552.
HSL color Cylindrical-coordinate representation of color #980B2C: hue angle of 345.96º 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 #980B2C is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 44 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.40 |
| HSL | 345.96º | 0.87% | 0.32% | - |
| HSV(B) | 345.96º | 0.93% | 0.6% | - |
| XYZ | 13.52 | 7.1 | 3.04 | - |
| YUV | 56.92 | 120.71 | 195.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 44 | 0 | 0.93 | 0.71 | 0.40 | 345.96 | 0.87 | 0.32 |
| Hex | 98 | B | 2C | 0 | 5D | 47 | 28 | 15A | 57 | 20 |
| Octal | 230 | 13 | 54 | 0 | 135 | 107 | 50 | 532 | 127 | 40 |
| Binary | 10011000 | 1011 | 101100 | 0 | 1011101 | 1000111 | 101000 | 101011010 | 1010111 | 100000 |
Color Harmonies of #980B2C
Complementary color
Monochromatic Colors of #980B2C
Black with #980B2C
Text Example
Text Example
White with #980B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B2C; }
p { color: rgb(152,11,44); }
H1.HeaderClassName
{
color: #980B2C;
}
.AnyTagClassName
{
color: #980B2C;
}
</style>
background-color css
<style>
a { background-color: #980B2C; }
a { background-color: rgb(152,11,44); }
div.DivClassName
{
background-color: #980B2C;
}
.BgClassName
{
background-color: #980B2C;
}
</style>
border-color css
<style>
span { border-color: #980B2C; }
span { border-color: rgb(152,11,44); }
td.TdClassName
{
border-color: #980B2C;
}
.TagClassName
{
border-color: #980B2C;
}
</style>