Shades of Carmine #98022C
Tints of Carmine #98022C
RGB
CMYK
RGB Variations
Color information
#98022C (or 0x98022C) is known color: Carmine. HEX triplet: 98, 02 and 2C. RGB value is (152,2,44). Sum of RGB (Red+Green+Blue) = 152+2+44=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98022C is #67FDD3. Grayscale: #333333. Windows color (decimal): -6815188 or 2884248. OLE color: 2884248.
HSL color Cylindrical-coordinate representation of color #98022C: hue angle of 343.2º degrees, saturation: 0.97, 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 #98022C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.40 |
| HSL | 343.2º | 0.97% | 0.3% | - |
| HSV(B) | 343.2º | 0.99% | 0.6% | - |
| XYZ | 13.43 | 6.9 | 3.01 | - |
| YUV | 51.64 | 123.7 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 2 | 44 | 0 | 0.99 | 0.71 | 0.40 | 343.2 | 0.97 | 0.3 |
| Hex | 98 | 2 | 2C | 0 | 63 | 47 | 28 | 157 | 61 | 1E |
| Octal | 230 | 2 | 54 | 0 | 143 | 107 | 50 | 527 | 141 | 36 |
| Binary | 10011000 | 10 | 101100 | 0 | 1100011 | 1000111 | 101000 | 101010111 | 1100001 | 11110 |
Color Harmonies of #98022C
Complementary color
Monochromatic Colors of #98022C
Black with #98022C
Text Example
Text Example
White with #98022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98022C; }
p { color: rgb(152,2,44); }
H1.HeaderClassName
{
color: #98022C;
}
.AnyTagClassName
{
color: #98022C;
}
</style>
background-color css
<style>
a { background-color: #98022C; }
a { background-color: rgb(152,2,44); }
div.DivClassName
{
background-color: #98022C;
}
.BgClassName
{
background-color: #98022C;
}
</style>
border-color css
<style>
span { border-color: #98022C; }
span { border-color: rgb(152,2,44); }
td.TdClassName
{
border-color: #98022C;
}
.TagClassName
{
border-color: #98022C;
}
</style>