Shades of Carmine #98042E
Tints of Carmine #98042E
RGB
CMYK
RGB Variations
Color information
#98042E (or 0x98042E) is known color: Carmine. HEX triplet: 98, 04 and 2E. RGB value is (152,4,46). Sum of RGB (Red+Green+Blue) = 152+4+46=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 46 (18.36% from 255 or 22.77% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #98042E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98042E is #67FBD1. Grayscale: #353535. Windows color (decimal): -6814674 or 3015832. OLE color: 3015832.
HSL color Cylindrical-coordinate representation of color #98042E: hue angle of 342.97º degrees, saturation: 0.95, 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 #98042E is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 4 | 46 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.40 |
| HSL | 342.97º | 0.95% | 0.31% | - |
| HSV(B) | 342.97º | 0.97% | 0.6% | - |
| XYZ | 13.49 | 6.96 | 3.22 | - |
| YUV | 53.04 | 124.03 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 4 | 46 | 0 | 0.97 | 0.70 | 0.40 | 342.97 | 0.95 | 0.31 |
| Hex | 98 | 4 | 2E | 0 | 61 | 46 | 28 | 157 | 5F | 1F |
| Octal | 230 | 4 | 56 | 0 | 141 | 106 | 50 | 527 | 137 | 37 |
| Binary | 10011000 | 100 | 101110 | 0 | 1100001 | 1000110 | 101000 | 101010111 | 1011111 | 11111 |
Color Harmonies of #98042E
Complementary color
Monochromatic Colors of #98042E
Black with #98042E
Text Example
Text Example
White with #98042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98042E; }
p { color: rgb(152,4,46); }
H1.HeaderClassName
{
color: #98042E;
}
.AnyTagClassName
{
color: #98042E;
}
</style>
background-color css
<style>
a { background-color: #98042E; }
a { background-color: rgb(152,4,46); }
div.DivClassName
{
background-color: #98042E;
}
.BgClassName
{
background-color: #98042E;
}
</style>
border-color css
<style>
span { border-color: #98042E; }
span { border-color: rgb(152,4,46); }
td.TdClassName
{
border-color: #98042E;
}
.TagClassName
{
border-color: #98042E;
}
</style>