Shades of Carmine #980A13
Tints of Carmine #980A13
RGB
CMYK
RGB Variations
Color information
#980A13 (or 0x980A13) is known color: Carmine. HEX triplet: 98, 0A and 13. RGB value is (152,10,19). Sum of RGB (Red+Green+Blue) = 152+10+19=181 (23% of max value = 765). Red value is 152 (59.77% from 255 or 83.98% from 181); Green value is 10 (4.30% from 255 or 5.52% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 152 - color contains mainly: red. Hex color #980A13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980A13 is #67F5EC. Grayscale: #353535. Windows color (decimal): -6813165 or 1247896. OLE color: 1247896.
HSL color Cylindrical-coordinate representation of color #980A13: hue angle of 356.2º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980A13 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 10 | 19 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.40 |
| HSL | 356.2º | 0.88% | 0.32% | - |
| HSV(B) | 356.2º | 0.93% | 0.6% | - |
| XYZ | 13.17 | 6.94 | 1.26 | - |
| YUV | 53.48 | 108.54 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 10 | 19 | 0 | 0.93 | 0.87 | 0.40 | 356.2 | 0.88 | 0.32 |
| Hex | 98 | A | 13 | 0 | 5D | 57 | 28 | 164 | 58 | 20 |
| Octal | 230 | 12 | 23 | 0 | 135 | 127 | 50 | 544 | 130 | 40 |
| Binary | 10011000 | 1010 | 10011 | 0 | 1011101 | 1010111 | 101000 | 101100100 | 1011000 | 100000 |
Color Harmonies of #980A13
Complementary color
Monochromatic Colors of #980A13
Black with #980A13
Text Example
Text Example
White with #980A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980A13; }
p { color: rgb(152,10,19); }
H1.HeaderClassName
{
color: #980A13;
}
.AnyTagClassName
{
color: #980A13;
}
</style>
background-color css
<style>
a { background-color: #980A13; }
a { background-color: rgb(152,10,19); }
div.DivClassName
{
background-color: #980A13;
}
.BgClassName
{
background-color: #980A13;
}
</style>
border-color css
<style>
span { border-color: #980A13; }
span { border-color: rgb(152,10,19); }
td.TdClassName
{
border-color: #980A13;
}
.TagClassName
{
border-color: #980A13;
}
</style>