Shades of Carmine #9B002B
Tints of Carmine #9B002B
RGB
CMYK
RGB Variations
Color information
#9B002B (or 0x9B002B) is known color: Carmine. HEX triplet: 9B, 00 and 2B. RGB value is (155,0,43). Sum of RGB (Red+Green+Blue) = 155+0+43=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B002B is #64FFD4. Grayscale: #333333. Windows color (decimal): -6619093 or 2818203. OLE color: 2818203.
HSL color Cylindrical-coordinate representation of color #9B002B: hue angle of 343.35º 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 #9B002B is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.72 | 0.39 |
| HSL | 343.35º | 1% | 0.3% | - |
| HSV(B) | 343.35º | 1% | 0.61% | - |
| XYZ | 13.95 | 7.14 | 2.93 | - |
| YUV | 51.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 43 | 0 | 1 | 0.72 | 0.39 | 343.35 | 1 | 0.3 |
| Hex | 9B | 0 | 2B | 0 | 64 | 48 | 27 | 157 | 64 | 1E |
| Octal | 233 | 0 | 53 | 0 | 144 | 110 | 47 | 527 | 144 | 36 |
| Binary | 10011011 | 0 | 101011 | 0 | 1100100 | 1001000 | 100111 | 101010111 | 1100100 | 11110 |
Color Harmonies of #9B002B
Complementary color
Monochromatic Colors of #9B002B
Black with #9B002B
Text Example
Text Example
White with #9B002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B002B; }
p { color: rgb(155,0,43); }
H1.HeaderClassName
{
color: #9B002B;
}
.AnyTagClassName
{
color: #9B002B;
}
</style>
background-color css
<style>
a { background-color: #9B002B; }
a { background-color: rgb(155,0,43); }
div.DivClassName
{
background-color: #9B002B;
}
.BgClassName
{
background-color: #9B002B;
}
</style>
border-color css
<style>
span { border-color: #9B002B; }
span { border-color: rgb(155,0,43); }
td.TdClassName
{
border-color: #9B002B;
}
.TagClassName
{
border-color: #9B002B;
}
</style>