Shades of Carmine #98032E
Tints of Carmine #98032E
RGB
CMYK
RGB Variations
Color information
#98032E (or 0x98032E) is known color: Carmine. HEX triplet: 98, 03 and 2E. RGB value is (152,3,46). Sum of RGB (Red+Green+Blue) = 152+3+46=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 46 (18.36% from 255 or 22.89% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98032E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98032E is #67FCD1. Grayscale: #343434. Windows color (decimal): -6814930 or 3015576. OLE color: 3015576.
HSL color Cylindrical-coordinate representation of color #98032E: hue angle of 342.68º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98032E is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 3 | 46 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.40 |
| HSL | 342.68º | 0.96% | 0.3% | - |
| HSV(B) | 342.68º | 0.98% | 0.6% | - |
| XYZ | 13.47 | 6.94 | 3.21 | - |
| YUV | 52.45 | 124.36 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 3 | 46 | 0 | 0.98 | 0.70 | 0.40 | 342.68 | 0.96 | 0.3 |
| Hex | 98 | 3 | 2E | 0 | 62 | 46 | 28 | 157 | 60 | 1E |
| Octal | 230 | 3 | 56 | 0 | 142 | 106 | 50 | 527 | 140 | 36 |
| Binary | 10011000 | 11 | 101110 | 0 | 1100010 | 1000110 | 101000 | 101010111 | 1100000 | 11110 |
Color Harmonies of #98032E
Complementary color
Monochromatic Colors of #98032E
Black with #98032E
Text Example
Text Example
White with #98032E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98032E; }
p { color: rgb(152,3,46); }
H1.HeaderClassName
{
color: #98032E;
}
.AnyTagClassName
{
color: #98032E;
}
</style>
background-color css
<style>
a { background-color: #98032E; }
a { background-color: rgb(152,3,46); }
div.DivClassName
{
background-color: #98032E;
}
.BgClassName
{
background-color: #98032E;
}
</style>
border-color css
<style>
span { border-color: #98032E; }
span { border-color: rgb(152,3,46); }
td.TdClassName
{
border-color: #98032E;
}
.TagClassName
{
border-color: #98032E;
}
</style>