Shades of Carmine #98052C
Tints of Carmine #98052C
RGB
CMYK
RGB Variations
Color information
#98052C (or 0x98052C) is known color: Carmine. HEX triplet: 98, 05 and 2C. RGB value is (152,5,44). Sum of RGB (Red+Green+Blue) = 152+5+44=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98052C is #67FAD3. Grayscale: #353535. Windows color (decimal): -6814420 or 2885016. OLE color: 2885016.
HSL color Cylindrical-coordinate representation of color #98052C: hue angle of 344.08º 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 #98052C is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 5 | 44 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.40 |
| HSL | 344.08º | 0.94% | 0.31% | - |
| HSV(B) | 344.08º | 0.97% | 0.6% | - |
| XYZ | 13.46 | 6.97 | 3.02 | - |
| YUV | 53.4 | 122.7 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 5 | 44 | 0 | 0.97 | 0.71 | 0.40 | 344.08 | 0.94 | 0.31 |
| Hex | 98 | 5 | 2C | 0 | 61 | 47 | 28 | 158 | 5E | 1F |
| Octal | 230 | 5 | 54 | 0 | 141 | 107 | 50 | 530 | 136 | 37 |
| Binary | 10011000 | 101 | 101100 | 0 | 1100001 | 1000111 | 101000 | 101011000 | 1011110 | 11111 |
Color Harmonies of #98052C
Complementary color
Monochromatic Colors of #98052C
Black with #98052C
Text Example
Text Example
White with #98052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98052C; }
p { color: rgb(152,5,44); }
H1.HeaderClassName
{
color: #98052C;
}
.AnyTagClassName
{
color: #98052C;
}
</style>
background-color css
<style>
a { background-color: #98052C; }
a { background-color: rgb(152,5,44); }
div.DivClassName
{
background-color: #98052C;
}
.BgClassName
{
background-color: #98052C;
}
</style>
border-color css
<style>
span { border-color: #98052C; }
span { border-color: rgb(152,5,44); }
td.TdClassName
{
border-color: #98052C;
}
.TagClassName
{
border-color: #98052C;
}
</style>