Shades of Carmine #980B2D
Tints of Carmine #980B2D
RGB
CMYK
RGB Variations
Color information
#980B2D (or 0x980B2D) is known color: Carmine. HEX triplet: 98, 0B and 2D. RGB value is (152,11,45). Sum of RGB (Red+Green+Blue) = 152+11+45=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 11 (4.69% from 255 or 5.29% from 208); Blue value is 45 (17.97% from 255 or 21.63% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #980B2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980B2D is #67F4D2. Grayscale: #393939. Windows color (decimal): -6812883 or 2952088. OLE color: 2952088.
HSL color Cylindrical-coordinate representation of color #980B2D: hue angle of 345.53º 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 #980B2D is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 11 | 45 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.40 |
| HSL | 345.53º | 0.87% | 0.32% | - |
| HSV(B) | 345.53º | 0.93% | 0.6% | - |
| XYZ | 13.54 | 7.1 | 3.14 | - |
| YUV | 57.04 | 121.21 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 11 | 45 | 0 | 0.93 | 0.70 | 0.40 | 345.53 | 0.87 | 0.32 |
| Hex | 98 | B | 2D | 0 | 5D | 46 | 28 | 15A | 57 | 20 |
| Octal | 230 | 13 | 55 | 0 | 135 | 106 | 50 | 532 | 127 | 40 |
| Binary | 10011000 | 1011 | 101101 | 0 | 1011101 | 1000110 | 101000 | 101011010 | 1010111 | 100000 |
Color Harmonies of #980B2D
Complementary color
Monochromatic Colors of #980B2D
Black with #980B2D
Text Example
Text Example
White with #980B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980B2D; }
p { color: rgb(152,11,45); }
H1.HeaderClassName
{
color: #980B2D;
}
.AnyTagClassName
{
color: #980B2D;
}
</style>
background-color css
<style>
a { background-color: #980B2D; }
a { background-color: rgb(152,11,45); }
div.DivClassName
{
background-color: #980B2D;
}
.BgClassName
{
background-color: #980B2D;
}
</style>
border-color css
<style>
span { border-color: #980B2D; }
span { border-color: rgb(152,11,45); }
td.TdClassName
{
border-color: #980B2D;
}
.TagClassName
{
border-color: #980B2D;
}
</style>