Shades of Carmine #98012B
Tints of Carmine #98012B
RGB
CMYK
RGB Variations
Color information
#98012B (or 0x98012B) is known color: Carmine. HEX triplet: 98, 01 and 2B. RGB value is (152,1,43). Sum of RGB (Red+Green+Blue) = 152+1+43=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #98012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98012B is #67FED4. Grayscale: #323232. Windows color (decimal): -6815445 or 2818456. OLE color: 2818456.
HSL color Cylindrical-coordinate representation of color #98012B: hue angle of 343.31º 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 #98012B is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 1 | 43 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.40 |
| HSL | 343.31º | 0.99% | 0.3% | - |
| HSV(B) | 343.31º | 0.99% | 0.6% | - |
| XYZ | 13.4 | 6.87 | 2.91 | - |
| YUV | 50.94 | 123.53 | 200.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 1 | 43 | 0 | 0.99 | 0.72 | 0.40 | 343.31 | 0.99 | 0.3 |
| Hex | 98 | 1 | 2B | 0 | 63 | 48 | 28 | 157 | 63 | 1E |
| Octal | 230 | 1 | 53 | 0 | 143 | 110 | 50 | 527 | 143 | 36 |
| Binary | 10011000 | 1 | 101011 | 0 | 1100011 | 1001000 | 101000 | 101010111 | 1100011 | 11110 |
Color Harmonies of #98012B
Complementary color
Monochromatic Colors of #98012B
Black with #98012B
Text Example
Text Example
White with #98012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98012B; }
p { color: rgb(152,1,43); }
H1.HeaderClassName
{
color: #98012B;
}
.AnyTagClassName
{
color: #98012B;
}
</style>
background-color css
<style>
a { background-color: #98012B; }
a { background-color: rgb(152,1,43); }
div.DivClassName
{
background-color: #98012B;
}
.BgClassName
{
background-color: #98012B;
}
</style>
border-color css
<style>
span { border-color: #98012B; }
span { border-color: rgb(152,1,43); }
td.TdClassName
{
border-color: #98012B;
}
.TagClassName
{
border-color: #98012B;
}
</style>