Shades of Carmine #980D1C
Tints of Carmine #980D1C
RGB
CMYK
RGB Variations
Color information
#980D1C (or 0x980D1C) is known color: Carmine. HEX triplet: 98, 0D and 1C. RGB value is (152,13,28). Sum of RGB (Red+Green+Blue) = 152+13+28=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #980D1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D1C is #67F2E3. Grayscale: #383838. Windows color (decimal): -6812388 or 1838488. OLE color: 1838488.
HSL color Cylindrical-coordinate representation of color #980D1C: hue angle of 353.53º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D1C is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 13 | 28 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.40 |
| HSL | 353.53º | 0.84% | 0.32% | - |
| HSV(B) | 353.53º | 0.91% | 0.6% | - |
| XYZ | 13.3 | 7.05 | 1.76 | - |
| YUV | 56.27 | 112.05 | 196.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 13 | 28 | 0 | 0.91 | 0.82 | 0.40 | 353.53 | 0.84 | 0.32 |
| Hex | 98 | D | 1C | 0 | 5B | 52 | 28 | 162 | 54 | 20 |
| Octal | 230 | 15 | 34 | 0 | 133 | 122 | 50 | 542 | 124 | 40 |
| Binary | 10011000 | 1101 | 11100 | 0 | 1011011 | 1010010 | 101000 | 101100010 | 1010100 | 100000 |
Color Harmonies of #980D1C
Complementary color
Monochromatic Colors of #980D1C
Black with #980D1C
Text Example
Text Example
White with #980D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980D1C; }
p { color: rgb(152,13,28); }
H1.HeaderClassName
{
color: #980D1C;
}
.AnyTagClassName
{
color: #980D1C;
}
</style>
background-color css
<style>
a { background-color: #980D1C; }
a { background-color: rgb(152,13,28); }
div.DivClassName
{
background-color: #980D1C;
}
.BgClassName
{
background-color: #980D1C;
}
</style>
border-color css
<style>
span { border-color: #980D1C; }
span { border-color: rgb(152,13,28); }
td.TdClassName
{
border-color: #980D1C;
}
.TagClassName
{
border-color: #980D1C;
}
</style>