Shades of Carmine #9B0016
Tints of Carmine #9B0016
RGB
CMYK
RGB Variations
Color information
#9B0016 (or 0x9B0016) is known color: Carmine. HEX triplet: 9B, 00 and 16. RGB value is (155,0,22). Sum of RGB (Red+Green+Blue) = 155+0+22=177 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.57% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0016 is #64FFE9. Grayscale: #303030. Windows color (decimal): -6619114 or 1441947. OLE color: 1441947.
HSL color Cylindrical-coordinate representation of color #9B0016: hue angle of 351.48º 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 #9B0016 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 0 | 22 | - |
| CMYK | 0 | 1 | 0.86 | 0.39 |
| HSL | 351.48º | 1% | 0.3% | - |
| HSV(B) | 351.48º | 1% | 0.61% | - |
| XYZ | 13.66 | 7.03 | 1.4 | - |
| YUV | 48.85 | 112.85 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 0 | 22 | 0 | 1 | 0.86 | 0.39 | 351.48 | 1 | 0.3 |
| Hex | 9B | 0 | 16 | 0 | 64 | 56 | 27 | 15F | 64 | 1E |
| Octal | 233 | 0 | 26 | 0 | 144 | 126 | 47 | 537 | 144 | 36 |
| Binary | 10011011 | 0 | 10110 | 0 | 1100100 | 1010110 | 100111 | 101011111 | 1100100 | 11110 |
Color Harmonies of #9B0016
Complementary color
Monochromatic Colors of #9B0016
Black with #9B0016
Text Example
Text Example
White with #9B0016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0016; }
p { color: rgb(155,0,22); }
H1.HeaderClassName
{
color: #9B0016;
}
.AnyTagClassName
{
color: #9B0016;
}
</style>
background-color css
<style>
a { background-color: #9B0016; }
a { background-color: rgb(155,0,22); }
div.DivClassName
{
background-color: #9B0016;
}
.BgClassName
{
background-color: #9B0016;
}
</style>
border-color css
<style>
span { border-color: #9B0016; }
span { border-color: rgb(155,0,22); }
td.TdClassName
{
border-color: #9B0016;
}
.TagClassName
{
border-color: #9B0016;
}
</style>