Shades of Carmine #980424
Tints of Carmine #980424
RGB
CMYK
RGB Variations
Color information
#980424 (or 0x980424) is known color: Carmine. HEX triplet: 98, 04 and 24. RGB value is (152,4,36). Sum of RGB (Red+Green+Blue) = 152+4+36=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 36 (14.45% from 255 or 18.75% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #980424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980424 is #67FBDB. Grayscale: #333333. Windows color (decimal): -6814684 or 2360472. OLE color: 2360472.
HSL color Cylindrical-coordinate representation of color #980424: hue angle of 347.03º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980424 is Cyan = 0, Magento = 0.97, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 36 | - |
| CMYK | 0 | 0.97 | 0.76 | 0.40 |
| HSL | 347.03º | 0.95% | 0.31% | - |
| HSV(B) | 347.03º | 0.97% | 0.6% | - |
| XYZ | 13.31 | 6.89 | 2.3 | - |
| YUV | 51.9 | 119.03 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 36 | 0 | 0.97 | 0.76 | 0.40 | 347.03 | 0.95 | 0.31 |
| Hex | 98 | 4 | 24 | 0 | 61 | 4C | 28 | 15B | 5F | 1F |
| Octal | 230 | 4 | 44 | 0 | 141 | 114 | 50 | 533 | 137 | 37 |
| Binary | 10011000 | 100 | 100100 | 0 | 1100001 | 1001100 | 101000 | 101011011 | 1011111 | 11111 |
Color Harmonies of #980424
Complementary color
Monochromatic Colors of #980424
Black with #980424
Text Example
Text Example
White with #980424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980424; }
p { color: rgb(152,4,36); }
H1.HeaderClassName
{
color: #980424;
}
.AnyTagClassName
{
color: #980424;
}
</style>
background-color css
<style>
a { background-color: #980424; }
a { background-color: rgb(152,4,36); }
div.DivClassName
{
background-color: #980424;
}
.BgClassName
{
background-color: #980424;
}
</style>
border-color css
<style>
span { border-color: #980424; }
span { border-color: rgb(152,4,36); }
td.TdClassName
{
border-color: #980424;
}
.TagClassName
{
border-color: #980424;
}
</style>