Shades of Carmine #98002A
Tints of Carmine #98002A
RGB
CMYK
RGB Variations
Color information
#98002A (or 0x98002A) is known color: Carmine. HEX triplet: 98, 00 and 2A. RGB value is (152,0,42). Sum of RGB (Red+Green+Blue) = 152+0+42=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #98002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #98002A is #67FFD5. Grayscale: #323232. Windows color (decimal): -6815702 or 2752664. OLE color: 2752664.
HSL color Cylindrical-coordinate representation of color #98002A: hue angle of 343.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98002A is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.72 | 0.40 |
| HSL | 343.42º | 1% | 0.3% | - |
| HSV(B) | 343.42º | 1% | 0.6% | - |
| XYZ | 13.37 | 6.84 | 2.81 | - |
| YUV | 50.24 | 123.36 | 200.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 0 | 42 | 0 | 1 | 0.72 | 0.40 | 343.42 | 1 | 0.3 |
| Hex | 98 | 0 | 2A | 0 | 64 | 48 | 28 | 157 | 64 | 1E |
| Octal | 230 | 0 | 52 | 0 | 144 | 110 | 50 | 527 | 144 | 36 |
| Binary | 10011000 | 0 | 101010 | 0 | 1100100 | 1001000 | 101000 | 101010111 | 1100100 | 11110 |
Color Harmonies of #98002A
Complementary color
Monochromatic Colors of #98002A
Black with #98002A
Text Example
Text Example
White with #98002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98002A; }
p { color: rgb(152,0,42); }
H1.HeaderClassName
{
color: #98002A;
}
.AnyTagClassName
{
color: #98002A;
}
</style>
background-color css
<style>
a { background-color: #98002A; }
a { background-color: rgb(152,0,42); }
div.DivClassName
{
background-color: #98002A;
}
.BgClassName
{
background-color: #98002A;
}
</style>
border-color css
<style>
span { border-color: #98002A; }
span { border-color: rgb(152,0,42); }
td.TdClassName
{
border-color: #98002A;
}
.TagClassName
{
border-color: #98002A;
}
</style>