Shades of Carmine #980526
Tints of Carmine #980526
RGB
CMYK
RGB Variations
Color information
#980526 (or 0x980526) is known color: Carmine. HEX triplet: 98, 05 and 26. RGB value is (152,5,38). Sum of RGB (Red+Green+Blue) = 152+5+38=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 38 (15.23% from 255 or 19.49% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980526 is #67FAD9. Grayscale: #343434. Windows color (decimal): -6814426 or 2491800. OLE color: 2491800.
HSL color Cylindrical-coordinate representation of color #980526: hue angle of 346.53º degrees, saturation: 0.94, 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 #980526 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 38 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.40 |
| HSL | 346.53º | 0.94% | 0.31% | - |
| HSV(B) | 346.53º | 0.97% | 0.6% | - |
| XYZ | 13.35 | 6.92 | 2.47 | - |
| YUV | 52.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 38 | 0 | 0.97 | 0.75 | 0.40 | 346.53 | 0.94 | 0.31 |
| Hex | 98 | 5 | 26 | 0 | 61 | 4B | 28 | 15B | 5E | 1F |
| Octal | 230 | 5 | 46 | 0 | 141 | 113 | 50 | 533 | 136 | 37 |
| Binary | 10011000 | 101 | 100110 | 0 | 1100001 | 1001011 | 101000 | 101011011 | 1011110 | 11111 |
Color Harmonies of #980526
Complementary color
Monochromatic Colors of #980526
Black with #980526
Text Example
Text Example
White with #980526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980526; }
p { color: rgb(152,5,38); }
H1.HeaderClassName
{
color: #980526;
}
.AnyTagClassName
{
color: #980526;
}
</style>
background-color css
<style>
a { background-color: #980526; }
a { background-color: rgb(152,5,38); }
div.DivClassName
{
background-color: #980526;
}
.BgClassName
{
background-color: #980526;
}
</style>
border-color css
<style>
span { border-color: #980526; }
span { border-color: rgb(152,5,38); }
td.TdClassName
{
border-color: #980526;
}
.TagClassName
{
border-color: #980526;
}
</style>