Shades of Carmine #980325
Tints of Carmine #980325
RGB
CMYK
RGB Variations
Color information
#980325 (or 0x980325) is known color: Carmine. HEX triplet: 98, 03 and 25. RGB value is (152,3,37). Sum of RGB (Red+Green+Blue) = 152+3+37=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 37 (14.84% from 255 or 19.27% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #980325 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980325 is #67FCDA. Grayscale: #333333. Windows color (decimal): -6814939 or 2425752. OLE color: 2425752.
HSL color Cylindrical-coordinate representation of color #980325: hue angle of 346.31º 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 #980325 is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 37 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.40 |
| HSL | 346.31º | 0.96% | 0.3% | - |
| HSV(B) | 346.31º | 0.98% | 0.6% | - |
| XYZ | 13.32 | 6.87 | 2.38 | - |
| YUV | 51.43 | 119.86 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 37 | 0 | 0.98 | 0.76 | 0.40 | 346.31 | 0.96 | 0.3 |
| Hex | 98 | 3 | 25 | 0 | 62 | 4C | 28 | 15A | 60 | 1E |
| Octal | 230 | 3 | 45 | 0 | 142 | 114 | 50 | 532 | 140 | 36 |
| Binary | 10011000 | 11 | 100101 | 0 | 1100010 | 1001100 | 101000 | 101011010 | 1100000 | 11110 |
Color Harmonies of #980325
Complementary color
Monochromatic Colors of #980325
Black with #980325
Text Example
Text Example
White with #980325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980325; }
p { color: rgb(152,3,37); }
H1.HeaderClassName
{
color: #980325;
}
.AnyTagClassName
{
color: #980325;
}
</style>
background-color css
<style>
a { background-color: #980325; }
a { background-color: rgb(152,3,37); }
div.DivClassName
{
background-color: #980325;
}
.BgClassName
{
background-color: #980325;
}
</style>
border-color css
<style>
span { border-color: #980325; }
span { border-color: rgb(152,3,37); }
td.TdClassName
{
border-color: #980325;
}
.TagClassName
{
border-color: #980325;
}
</style>