Shades of Carmine #980113
Tints of Carmine #980113
RGB
CMYK
RGB Variations
Color information
#980113 (or 0x980113) is known color: Carmine. HEX triplet: 98, 01 and 13. RGB value is (152,1,19). Sum of RGB (Red+Green+Blue) = 152+1+19=172 (22% of max value = 765). Red value is 152 (59.77% from 255 or 88.37% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 152 - color contains mainly: red. Hex color #980113 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980113 is #67FEEC. Grayscale: #303030. Windows color (decimal): -6815469 or 1245592. OLE color: 1245592.
HSL color Cylindrical-coordinate representation of color #980113: hue angle of 352.85º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #980113 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 19 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.40 |
| HSL | 352.85º | 0.99% | 0.3% | - |
| HSV(B) | 352.85º | 0.99% | 0.6% | - |
| XYZ | 13.08 | 6.74 | 1.23 | - |
| YUV | 48.2 | 111.53 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 19 | 0 | 0.99 | 0.87 | 0.40 | 352.85 | 0.99 | 0.3 |
| Hex | 98 | 1 | 13 | 0 | 63 | 57 | 28 | 161 | 63 | 1E |
| Octal | 230 | 1 | 23 | 0 | 143 | 127 | 50 | 541 | 143 | 36 |
| Binary | 10011000 | 1 | 10011 | 0 | 1100011 | 1010111 | 101000 | 101100001 | 1100011 | 11110 |
Color Harmonies of #980113
Complementary color
Monochromatic Colors of #980113
Black with #980113
Text Example
Text Example
White with #980113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #980113; }
p { color: rgb(152,1,19); }
H1.HeaderClassName
{
color: #980113;
}
.AnyTagClassName
{
color: #980113;
}
</style>
background-color css
<style>
a { background-color: #980113; }
a { background-color: rgb(152,1,19); }
div.DivClassName
{
background-color: #980113;
}
.BgClassName
{
background-color: #980113;
}
</style>
border-color css
<style>
span { border-color: #980113; }
span { border-color: rgb(152,1,19); }
td.TdClassName
{
border-color: #980113;
}
.TagClassName
{
border-color: #980113;
}
</style>