Shades of Carmine #9B002C
Tints of Carmine #9B002C
RGB
CMYK
RGB Variations
Color information
#9B002C (or 0x9B002C) is known color: Carmine. HEX triplet: 9B, 00 and 2C. RGB value is (155,0,44). Sum of RGB (Red+Green+Blue) = 155+0+44=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B002C is #64FFD3. Grayscale: #333333. Windows color (decimal): -6619092 or 2883739. OLE color: 2883739.
HSL color Cylindrical-coordinate representation of color #9B002C: hue angle of 342.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B002C is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 44 | - |
| CMYK | 0 | 1 | 0.72 | 0.39 |
| HSL | 342.97º | 1% | 0.3% | - |
| HSV(B) | 342.97º | 1% | 0.61% | - |
| XYZ | 13.97 | 7.15 | 3.03 | - |
| YUV | 51.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 44 | 0 | 1 | 0.72 | 0.39 | 342.97 | 1 | 0.3 |
| Hex | 9B | 0 | 2C | 0 | 64 | 48 | 27 | 157 | 64 | 1E |
| Octal | 233 | 0 | 54 | 0 | 144 | 110 | 47 | 527 | 144 | 36 |
| Binary | 10011011 | 0 | 101100 | 0 | 1100100 | 1001000 | 100111 | 101010111 | 1100100 | 11110 |
Color Harmonies of #9B002C
Complementary color
Monochromatic Colors of #9B002C
Black with #9B002C
Text Example
Text Example
White with #9B002C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B002C; }
p { color: rgb(155,0,44); }
H1.HeaderClassName
{
color: #9B002C;
}
.AnyTagClassName
{
color: #9B002C;
}
</style>
background-color css
<style>
a { background-color: #9B002C; }
a { background-color: rgb(155,0,44); }
div.DivClassName
{
background-color: #9B002C;
}
.BgClassName
{
background-color: #9B002C;
}
</style>
border-color css
<style>
span { border-color: #9B002C; }
span { border-color: rgb(155,0,44); }
td.TdClassName
{
border-color: #9B002C;
}
.TagClassName
{
border-color: #9B002C;
}
</style>