Shades of Carmine #980319
Tints of Carmine #980319
RGB
CMYK
RGB Variations
Color information
#980319 (or 0x980319) is known color: Carmine. HEX triplet: 98, 03 and 19. RGB value is (152,3,25). Sum of RGB (Red+Green+Blue) = 152+3+25=180 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.44% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 152 - color contains mainly: red. Hex color #980319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980319 is #67FCE6. Grayscale: #323232. Windows color (decimal): -6814951 or 1639320. OLE color: 1639320.
HSL color Cylindrical-coordinate representation of color #980319: hue angle of 351.14º 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 #980319 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 25 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.40 |
| HSL | 351.14º | 0.96% | 0.3% | - |
| HSV(B) | 351.14º | 0.98% | 0.6% | - |
| XYZ | 13.16 | 6.81 | 1.54 | - |
| YUV | 50.06 | 113.86 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 25 | 0 | 0.98 | 0.84 | 0.40 | 351.14 | 0.96 | 0.3 |
| Hex | 98 | 3 | 19 | 0 | 62 | 54 | 28 | 15F | 60 | 1E |
| Octal | 230 | 3 | 31 | 0 | 142 | 124 | 50 | 537 | 140 | 36 |
| Binary | 10011000 | 11 | 11001 | 0 | 1100010 | 1010100 | 101000 | 101011111 | 1100000 | 11110 |
Color Harmonies of #980319
Complementary color
Monochromatic Colors of #980319
Black with #980319
Text Example
Text Example
White with #980319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980319; }
p { color: rgb(152,3,25); }
H1.HeaderClassName
{
color: #980319;
}
.AnyTagClassName
{
color: #980319;
}
</style>
background-color css
<style>
a { background-color: #980319; }
a { background-color: rgb(152,3,25); }
div.DivClassName
{
background-color: #980319;
}
.BgClassName
{
background-color: #980319;
}
</style>
border-color css
<style>
span { border-color: #980319; }
span { border-color: rgb(152,3,25); }
td.TdClassName
{
border-color: #980319;
}
.TagClassName
{
border-color: #980319;
}
</style>