Shades of Carmine #98012C
Tints of Carmine #98012C
RGB
CMYK
RGB Variations
Color information
#98012C (or 0x98012C) is known color: Carmine. HEX triplet: 98, 01 and 2C. RGB value is (152,1,44). Sum of RGB (Red+Green+Blue) = 152+1+44=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 44 (17.58% from 255 or 22.34% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #98012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98012C is #67FED3. Grayscale: #333333. Windows color (decimal): -6815444 or 2883992. OLE color: 2883992.
HSL color Cylindrical-coordinate representation of color #98012C: hue angle of 342.91º 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 #98012C is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 44 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.40 |
| HSL | 342.91º | 0.99% | 0.3% | - |
| HSV(B) | 342.91º | 0.99% | 0.6% | - |
| XYZ | 13.41 | 6.88 | 3 | - |
| YUV | 51.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 44 | 0 | 0.99 | 0.71 | 0.40 | 342.91 | 0.99 | 0.3 |
| Hex | 98 | 1 | 2C | 0 | 63 | 47 | 28 | 157 | 63 | 1E |
| Octal | 230 | 1 | 54 | 0 | 143 | 107 | 50 | 527 | 143 | 36 |
| Binary | 10011000 | 1 | 101100 | 0 | 1100011 | 1000111 | 101000 | 101010111 | 1100011 | 11110 |
Color Harmonies of #98012C
Complementary color
Monochromatic Colors of #98012C
Black with #98012C
Text Example
Text Example
White with #98012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98012C; }
p { color: rgb(152,1,44); }
H1.HeaderClassName
{
color: #98012C;
}
.AnyTagClassName
{
color: #98012C;
}
</style>
background-color css
<style>
a { background-color: #98012C; }
a { background-color: rgb(152,1,44); }
div.DivClassName
{
background-color: #98012C;
}
.BgClassName
{
background-color: #98012C;
}
</style>
border-color css
<style>
span { border-color: #98012C; }
span { border-color: rgb(152,1,44); }
td.TdClassName
{
border-color: #98012C;
}
.TagClassName
{
border-color: #98012C;
}
</style>