Shades of Carmine #980E2C
Tints of Carmine #980E2C
RGB
CMYK
RGB Variations
Color information
#980E2C (or 0x980E2C) is known color: Carmine. HEX triplet: 98, 0E and 2C. RGB value is (152,14,44). Sum of RGB (Red+Green+Blue) = 152+14+44=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #980E2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980E2C is #67F1D3. Grayscale: #3A3A3A. Windows color (decimal): -6812116 or 2887320. OLE color: 2887320.
HSL color Cylindrical-coordinate representation of color #980E2C: hue angle of 346.96º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E2C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 14 | 44 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.40 |
| HSL | 346.96º | 0.83% | 0.33% | - |
| HSV(B) | 346.96º | 0.91% | 0.6% | - |
| XYZ | 13.56 | 7.17 | 3.05 | - |
| YUV | 58.68 | 119.72 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 14 | 44 | 0 | 0.91 | 0.71 | 0.40 | 346.96 | 0.83 | 0.33 |
| Hex | 98 | E | 2C | 0 | 5B | 47 | 28 | 15B | 53 | 21 |
| Octal | 230 | 16 | 54 | 0 | 133 | 107 | 50 | 533 | 123 | 41 |
| Binary | 10011000 | 1110 | 101100 | 0 | 1011011 | 1000111 | 101000 | 101011011 | 1010011 | 100001 |
Color Harmonies of #980E2C
Complementary color
Monochromatic Colors of #980E2C
Black with #980E2C
Text Example
Text Example
White with #980E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980E2C; }
p { color: rgb(152,14,44); }
H1.HeaderClassName
{
color: #980E2C;
}
.AnyTagClassName
{
color: #980E2C;
}
</style>
background-color css
<style>
a { background-color: #980E2C; }
a { background-color: rgb(152,14,44); }
div.DivClassName
{
background-color: #980E2C;
}
.BgClassName
{
background-color: #980E2C;
}
</style>
border-color css
<style>
span { border-color: #980E2C; }
span { border-color: rgb(152,14,44); }
td.TdClassName
{
border-color: #980E2C;
}
.TagClassName
{
border-color: #980E2C;
}
</style>