Shades of Carmine #98141A
Tints of Carmine #98141A
RGB
CMYK
RGB Variations
Color information
#98141A (or 0x98141A) is known color: Carmine. HEX triplet: 98, 14 and 1A. RGB value is (152,20,26). Sum of RGB (Red+Green+Blue) = 152+20+26=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 26 (10.55% from 255 or 13.13% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98141A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98141A is #67EBE5. Grayscale: #3C3C3C. Windows color (decimal): -6810598 or 1709208. OLE color: 1709208.
HSL color Cylindrical-coordinate representation of color #98141A: hue angle of 357.27º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #98141A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 20 | 26 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.40 |
| HSL | 357.27º | 0.77% | 0.34% | - |
| HSV(B) | 357.27º | 0.87% | 0.6% | - |
| XYZ | 13.39 | 7.25 | 1.67 | - |
| YUV | 60.15 | 108.73 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 20 | 26 | 0 | 0.87 | 0.83 | 0.40 | 357.27 | 0.77 | 0.34 |
| Hex | 98 | 14 | 1A | 0 | 57 | 53 | 28 | 165 | 4D | 22 |
| Octal | 230 | 24 | 32 | 0 | 127 | 123 | 50 | 545 | 115 | 42 |
| Binary | 10011000 | 10100 | 11010 | 0 | 1010111 | 1010011 | 101000 | 101100101 | 1001101 | 100010 |
Color Harmonies of #98141A
Complementary color
Monochromatic Colors of #98141A
Black with #98141A
Text Example
Text Example
White with #98141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98141A; }
p { color: rgb(152,20,26); }
H1.HeaderClassName
{
color: #98141A;
}
.AnyTagClassName
{
color: #98141A;
}
</style>
background-color css
<style>
a { background-color: #98141A; }
a { background-color: rgb(152,20,26); }
div.DivClassName
{
background-color: #98141A;
}
.BgClassName
{
background-color: #98141A;
}
</style>
border-color css
<style>
span { border-color: #98141A; }
span { border-color: rgb(152,20,26); }
td.TdClassName
{
border-color: #98141A;
}
.TagClassName
{
border-color: #98141A;
}
</style>