Shades of Carmine #980413
Tints of Carmine #980413
RGB
CMYK
RGB Variations
Color information
#980413 (or 0x980413) is known color: Carmine. HEX triplet: 98, 04 and 13. RGB value is (152,4,19). Sum of RGB (Red+Green+Blue) = 152+4+19=175 (23% of max value = 765). Red value is 152 (59.77% from 255 or 86.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 152 - color contains mainly: red. Hex color #980413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980413 is #67FBEC. Grayscale: #323232. Windows color (decimal): -6814701 or 1246360. OLE color: 1246360.
HSL color Cylindrical-coordinate representation of color #980413: hue angle of 353.92º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #980413 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 19 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.40 |
| HSL | 353.92º | 0.95% | 0.31% | - |
| HSV(B) | 353.92º | 0.97% | 0.6% | - |
| XYZ | 13.11 | 6.81 | 1.24 | - |
| YUV | 49.96 | 110.53 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 19 | 0 | 0.97 | 0.87 | 0.40 | 353.92 | 0.95 | 0.31 |
| Hex | 98 | 4 | 13 | 0 | 61 | 57 | 28 | 162 | 5F | 1F |
| Octal | 230 | 4 | 23 | 0 | 141 | 127 | 50 | 542 | 137 | 37 |
| Binary | 10011000 | 100 | 10011 | 0 | 1100001 | 1010111 | 101000 | 101100010 | 1011111 | 11111 |
Color Harmonies of #980413
Complementary color
Monochromatic Colors of #980413
Black with #980413
Text Example
Text Example
White with #980413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980413; }
p { color: rgb(152,4,19); }
H1.HeaderClassName
{
color: #980413;
}
.AnyTagClassName
{
color: #980413;
}
</style>
background-color css
<style>
a { background-color: #980413; }
a { background-color: rgb(152,4,19); }
div.DivClassName
{
background-color: #980413;
}
.BgClassName
{
background-color: #980413;
}
</style>
border-color css
<style>
span { border-color: #980413; }
span { border-color: rgb(152,4,19); }
td.TdClassName
{
border-color: #980413;
}
.TagClassName
{
border-color: #980413;
}
</style>