Shades of Carmine #9B001B
Tints of Carmine #9B001B
RGB
CMYK
RGB Variations
Color information
#9B001B (or 0x9B001B) is known color: Carmine. HEX triplet: 9B, 00 and 1B. RGB value is (155,0,27). Sum of RGB (Red+Green+Blue) = 155+0+27=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B001B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B001B is #64FFE4. Grayscale: #313131. Windows color (decimal): -6619109 or 1769627. OLE color: 1769627.
HSL color Cylindrical-coordinate representation of color #9B001B: hue angle of 349.55º 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 #9B001B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.83 | 0.39 |
| HSL | 349.55º | 1% | 0.3% | - |
| HSV(B) | 349.55º | 1% | 0.61% | - |
| XYZ | 13.72 | 7.05 | 1.67 | - |
| YUV | 49.42 | 115.35 | 203.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 27 | 0 | 1 | 0.83 | 0.39 | 349.55 | 1 | 0.3 |
| Hex | 9B | 0 | 1B | 0 | 64 | 53 | 27 | 15E | 64 | 1E |
| Octal | 233 | 0 | 33 | 0 | 144 | 123 | 47 | 536 | 144 | 36 |
| Binary | 10011011 | 0 | 11011 | 0 | 1100100 | 1010011 | 100111 | 101011110 | 1100100 | 11110 |
Color Harmonies of #9B001B
Complementary color
Monochromatic Colors of #9B001B
Black with #9B001B
Text Example
Text Example
White with #9B001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B001B; }
p { color: rgb(155,0,27); }
H1.HeaderClassName
{
color: #9B001B;
}
.AnyTagClassName
{
color: #9B001B;
}
</style>
background-color css
<style>
a { background-color: #9B001B; }
a { background-color: rgb(155,0,27); }
div.DivClassName
{
background-color: #9B001B;
}
.BgClassName
{
background-color: #9B001B;
}
</style>
border-color css
<style>
span { border-color: #9B001B; }
span { border-color: rgb(155,0,27); }
td.TdClassName
{
border-color: #9B001B;
}
.TagClassName
{
border-color: #9B001B;
}
</style>