Shades of Carmine #980033
Tints of Carmine #980033
RGB
CMYK
RGB Variations
Color information
#980033 (or 0x980033) is known color: Carmine. HEX triplet: 98, 00 and 33. RGB value is (152,0,51). Sum of RGB (Red+Green+Blue) = 152+0+51=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 51 (20.31% from 255 or 25.12% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #980033 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980033 is #67FFCC. Grayscale: #333333. Windows color (decimal): -6815693 or 3342488. OLE color: 3342488.
HSL color Cylindrical-coordinate representation of color #980033: hue angle of 339.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #980033 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.66 | 0.40 |
| HSL | 339.87º | 1% | 0.3% | - |
| HSV(B) | 339.87º | 1% | 0.6% | - |
| XYZ | 13.55 | 6.91 | 3.75 | - |
| YUV | 51.26 | 127.86 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 51 | 0 | 1 | 0.66 | 0.40 | 339.87 | 1 | 0.3 |
| Hex | 98 | 0 | 33 | 0 | 64 | 42 | 28 | 154 | 64 | 1E |
| Octal | 230 | 0 | 63 | 0 | 144 | 102 | 50 | 524 | 144 | 36 |
| Binary | 10011000 | 0 | 110011 | 0 | 1100100 | 1000010 | 101000 | 101010100 | 1100100 | 11110 |
Color Harmonies of #980033
Complementary color
Monochromatic Colors of #980033
Black with #980033
Text Example
Text Example
White with #980033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980033; }
p { color: rgb(152,0,51); }
H1.HeaderClassName
{
color: #980033;
}
.AnyTagClassName
{
color: #980033;
}
</style>
background-color css
<style>
a { background-color: #980033; }
a { background-color: rgb(152,0,51); }
div.DivClassName
{
background-color: #980033;
}
.BgClassName
{
background-color: #980033;
}
</style>
border-color css
<style>
span { border-color: #980033; }
span { border-color: rgb(152,0,51); }
td.TdClassName
{
border-color: #980033;
}
.TagClassName
{
border-color: #980033;
}
</style>