Shades of Carmine #980328
Tints of Carmine #980328
RGB
CMYK
RGB Variations
Color information
#980328 (or 0x980328) is known color: Carmine. HEX triplet: 98, 03 and 28. RGB value is (152,3,40). Sum of RGB (Red+Green+Blue) = 152+3+40=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 40 (16.02% from 255 or 20.51% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #980328 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980328 is #67FCD7. Grayscale: #333333. Windows color (decimal): -6814936 or 2622360. OLE color: 2622360.
HSL color Cylindrical-coordinate representation of color #980328: hue angle of 345.1º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980328 is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 40 | - |
| CMYK | 0 | 0.98 | 0.74 | 0.40 |
| HSL | 345.1º | 0.96% | 0.3% | - |
| HSV(B) | 345.1º | 0.98% | 0.6% | - |
| XYZ | 13.36 | 6.89 | 2.63 | - |
| YUV | 51.77 | 121.36 | 199.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 40 | 0 | 0.98 | 0.74 | 0.40 | 345.1 | 0.96 | 0.3 |
| Hex | 98 | 3 | 28 | 0 | 62 | 4A | 28 | 159 | 60 | 1E |
| Octal | 230 | 3 | 50 | 0 | 142 | 112 | 50 | 531 | 140 | 36 |
| Binary | 10011000 | 11 | 101000 | 0 | 1100010 | 1001010 | 101000 | 101011001 | 1100000 | 11110 |
Color Harmonies of #980328
Complementary color
Monochromatic Colors of #980328
Black with #980328
Text Example
Text Example
White with #980328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980328; }
p { color: rgb(152,3,40); }
H1.HeaderClassName
{
color: #980328;
}
.AnyTagClassName
{
color: #980328;
}
</style>
background-color css
<style>
a { background-color: #980328; }
a { background-color: rgb(152,3,40); }
div.DivClassName
{
background-color: #980328;
}
.BgClassName
{
background-color: #980328;
}
</style>
border-color css
<style>
span { border-color: #980328; }
span { border-color: rgb(152,3,40); }
td.TdClassName
{
border-color: #980328;
}
.TagClassName
{
border-color: #980328;
}
</style>