Shades of Carmine #980226
Tints of Carmine #980226
RGB
CMYK
RGB Variations
Color information
#980226 (or 0x980226) is known color: Carmine. HEX triplet: 98, 02 and 26. RGB value is (152,2,38). Sum of RGB (Red+Green+Blue) = 152+2+38=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #980226 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980226 is #67FDD9. Grayscale: #323232. Windows color (decimal): -6815194 or 2491032. OLE color: 2491032.
HSL color Cylindrical-coordinate representation of color #980226: hue angle of 345.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980226 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 38 | - |
| CMYK | 0 | 0.99 | 0.75 | 0.40 |
| HSL | 345.6º | 0.97% | 0.3% | - |
| HSV(B) | 345.6º | 0.99% | 0.6% | - |
| XYZ | 13.32 | 6.86 | 2.46 | - |
| YUV | 50.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 38 | 0 | 0.99 | 0.75 | 0.40 | 345.6 | 0.97 | 0.3 |
| Hex | 98 | 2 | 26 | 0 | 63 | 4B | 28 | 15A | 61 | 1E |
| Octal | 230 | 2 | 46 | 0 | 143 | 113 | 50 | 532 | 141 | 36 |
| Binary | 10011000 | 10 | 100110 | 0 | 1100011 | 1001011 | 101000 | 101011010 | 1100001 | 11110 |
Color Harmonies of #980226
Complementary color
Monochromatic Colors of #980226
Black with #980226
Text Example
Text Example
White with #980226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980226; }
p { color: rgb(152,2,38); }
H1.HeaderClassName
{
color: #980226;
}
.AnyTagClassName
{
color: #980226;
}
</style>
background-color css
<style>
a { background-color: #980226; }
a { background-color: rgb(152,2,38); }
div.DivClassName
{
background-color: #980226;
}
.BgClassName
{
background-color: #980226;
}
</style>
border-color css
<style>
span { border-color: #980226; }
span { border-color: rgb(152,2,38); }
td.TdClassName
{
border-color: #980226;
}
.TagClassName
{
border-color: #980226;
}
</style>