Shades of Carmine #9B141B
Tints of Carmine #9B141B
RGB
CMYK
RGB Variations
Color information
#9B141B (or 0x9B141B) is known color: Carmine. HEX triplet: 9B, 14 and 1B. RGB value is (155,20,27). Sum of RGB (Red+Green+Blue) = 155+20+27=202 (26% of max value = 765). Red value is 155 (60.94% from 255 or 76.73% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 155 - color contains mainly: red. Hex color #9B141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B141B is #64EBE4. Grayscale: #3D3D3D. Windows color (decimal): -6613989 or 1774747. OLE color: 1774747.
HSL color Cylindrical-coordinate representation of color #9B141B: hue angle of 356.89º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B141B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 20 | 27 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.39 |
| HSL | 356.89º | 0.77% | 0.34% | - |
| HSV(B) | 356.89º | 0.87% | 0.61% | - |
| XYZ | 13.97 | 7.55 | 1.76 | - |
| YUV | 61.16 | 108.73 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 20 | 27 | 0 | 0.87 | 0.83 | 0.39 | 356.89 | 0.77 | 0.34 |
| Hex | 9B | 14 | 1B | 0 | 57 | 53 | 27 | 165 | 4D | 22 |
| Octal | 233 | 24 | 33 | 0 | 127 | 123 | 47 | 545 | 115 | 42 |
| Binary | 10011011 | 10100 | 11011 | 0 | 1010111 | 1010011 | 100111 | 101100101 | 1001101 | 100010 |
Color Harmonies of #9B141B
Complementary color
Monochromatic Colors of #9B141B
Black with #9B141B
Text Example
Text Example
White with #9B141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B141B; }
p { color: rgb(155,20,27); }
H1.HeaderClassName
{
color: #9B141B;
}
.AnyTagClassName
{
color: #9B141B;
}
</style>
background-color css
<style>
a { background-color: #9B141B; }
a { background-color: rgb(155,20,27); }
div.DivClassName
{
background-color: #9B141B;
}
.BgClassName
{
background-color: #9B141B;
}
</style>
border-color css
<style>
span { border-color: #9B141B; }
span { border-color: rgb(155,20,27); }
td.TdClassName
{
border-color: #9B141B;
}
.TagClassName
{
border-color: #9B141B;
}
</style>