Shades of Carmine #980F29
Tints of Carmine #980F29
RGB
CMYK
RGB Variations
Color information
#980F29 (or 0x980F29) is known color: Carmine. HEX triplet: 98, 0F and 29. RGB value is (152,15,41). Sum of RGB (Red+Green+Blue) = 152+15+41=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #980F29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F29 is #67F0D6. Grayscale: #3A3A3A. Windows color (decimal): -6811863 or 2690968. OLE color: 2690968.
HSL color Cylindrical-coordinate representation of color #980F29: hue angle of 348.61º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #980F29 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 15 | 41 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.40 |
| HSL | 348.61º | 0.82% | 0.33% | - |
| HSV(B) | 348.61º | 0.9% | 0.6% | - |
| XYZ | 13.52 | 7.18 | 2.77 | - |
| YUV | 58.93 | 117.89 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 15 | 41 | 0 | 0.90 | 0.73 | 0.40 | 348.61 | 0.82 | 0.33 |
| Hex | 98 | F | 29 | 0 | 5A | 49 | 28 | 15D | 52 | 21 |
| Octal | 230 | 17 | 51 | 0 | 132 | 111 | 50 | 535 | 122 | 41 |
| Binary | 10011000 | 1111 | 101001 | 0 | 1011010 | 1001001 | 101000 | 101011101 | 1010010 | 100001 |
Color Harmonies of #980F29
Complementary color
Monochromatic Colors of #980F29
Black with #980F29
Text Example
Text Example
White with #980F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980F29; }
p { color: rgb(152,15,41); }
H1.HeaderClassName
{
color: #980F29;
}
.AnyTagClassName
{
color: #980F29;
}
</style>
background-color css
<style>
a { background-color: #980F29; }
a { background-color: rgb(152,15,41); }
div.DivClassName
{
background-color: #980F29;
}
.BgClassName
{
background-color: #980F29;
}
</style>
border-color css
<style>
span { border-color: #980F29; }
span { border-color: rgb(152,15,41); }
td.TdClassName
{
border-color: #980F29;
}
.TagClassName
{
border-color: #980F29;
}
</style>