Shades of Carmine #98051C
Tints of Carmine #98051C
RGB
CMYK
RGB Variations
Color information
#98051C (or 0x98051C) is known color: Carmine. HEX triplet: 98, 05 and 1C. RGB value is (152,5,28). Sum of RGB (Red+Green+Blue) = 152+5+28=185 (24% of max value = 765). Red value is 152 (59.77% from 255 or 82.16% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 152 - color contains mainly: red. Hex color #98051C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98051C is #67FAE3. Grayscale: #333333. Windows color (decimal): -6814436 or 1836440. OLE color: 1836440.
HSL color Cylindrical-coordinate representation of color #98051C: hue angle of 350.61º degrees, saturation: 0.94, 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 #98051C is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 28 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.40 |
| HSL | 350.61º | 0.94% | 0.31% | - |
| HSV(B) | 350.61º | 0.97% | 0.6% | - |
| XYZ | 13.21 | 6.87 | 1.73 | - |
| YUV | 51.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 28 | 0 | 0.97 | 0.82 | 0.40 | 350.61 | 0.94 | 0.31 |
| Hex | 98 | 5 | 1C | 0 | 61 | 52 | 28 | 15F | 5E | 1F |
| Octal | 230 | 5 | 34 | 0 | 141 | 122 | 50 | 537 | 136 | 37 |
| Binary | 10011000 | 101 | 11100 | 0 | 1100001 | 1010010 | 101000 | 101011111 | 1011110 | 11111 |
Color Harmonies of #98051C
Complementary color
Monochromatic Colors of #98051C
Black with #98051C
Text Example
Text Example
White with #98051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98051C; }
p { color: rgb(152,5,28); }
H1.HeaderClassName
{
color: #98051C;
}
.AnyTagClassName
{
color: #98051C;
}
</style>
background-color css
<style>
a { background-color: #98051C; }
a { background-color: rgb(152,5,28); }
div.DivClassName
{
background-color: #98051C;
}
.BgClassName
{
background-color: #98051C;
}
</style>
border-color css
<style>
span { border-color: #98051C; }
span { border-color: rgb(152,5,28); }
td.TdClassName
{
border-color: #98051C;
}
.TagClassName
{
border-color: #98051C;
}
</style>