Shades of Carmine #980326
Tints of Carmine #980326
RGB
CMYK
RGB Variations
Color information
#980326 (or 0x980326) is known color: Carmine. HEX triplet: 98, 03 and 26. RGB value is (152,3,38). Sum of RGB (Red+Green+Blue) = 152+3+38=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 38 (15.23% from 255 or 19.69% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #980326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980326 is #67FCD9. Grayscale: #333333. Windows color (decimal): -6814938 or 2491288. OLE color: 2491288.
HSL color Cylindrical-coordinate representation of color #980326: hue angle of 345.91º 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 #980326 is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 38 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.40 |
| HSL | 345.91º | 0.96% | 0.3% | - |
| HSV(B) | 345.91º | 0.98% | 0.6% | - |
| XYZ | 13.33 | 6.88 | 2.46 | - |
| YUV | 51.54 | 120.36 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 38 | 0 | 0.98 | 0.75 | 0.40 | 345.91 | 0.96 | 0.3 |
| Hex | 98 | 3 | 26 | 0 | 62 | 4B | 28 | 15A | 60 | 1E |
| Octal | 230 | 3 | 46 | 0 | 142 | 113 | 50 | 532 | 140 | 36 |
| Binary | 10011000 | 11 | 100110 | 0 | 1100010 | 1001011 | 101000 | 101011010 | 1100000 | 11110 |
Color Harmonies of #980326
Complementary color
Monochromatic Colors of #980326
Black with #980326
Text Example
Text Example
White with #980326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980326; }
p { color: rgb(152,3,38); }
H1.HeaderClassName
{
color: #980326;
}
.AnyTagClassName
{
color: #980326;
}
</style>
background-color css
<style>
a { background-color: #980326; }
a { background-color: rgb(152,3,38); }
div.DivClassName
{
background-color: #980326;
}
.BgClassName
{
background-color: #980326;
}
</style>
border-color css
<style>
span { border-color: #980326; }
span { border-color: rgb(152,3,38); }
td.TdClassName
{
border-color: #980326;
}
.TagClassName
{
border-color: #980326;
}
</style>