Shades of Carmine #9B0E1D
Tints of Carmine #9B0E1D
RGB
CMYK
RGB Variations
Color information
#9B0E1D (or 0x9B0E1D) is known color: Carmine. HEX triplet: 9B, 0E and 1D. RGB value is (155,14,29). Sum of RGB (Red+Green+Blue) = 155+14+29=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0E1D is #64F1E2. Grayscale: #393939. Windows color (decimal): -6615523 or 1904283. OLE color: 1904283.
HSL color Cylindrical-coordinate representation of color #9B0E1D: hue angle of 353.62º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E1D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 14 | 29 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.39 |
| HSL | 353.62º | 0.83% | 0.33% | - |
| HSV(B) | 353.62º | 0.91% | 0.61% | - |
| XYZ | 13.9 | 7.37 | 1.85 | - |
| YUV | 57.87 | 111.71 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 14 | 29 | 0 | 0.91 | 0.81 | 0.39 | 353.62 | 0.83 | 0.33 |
| Hex | 9B | E | 1D | 0 | 5B | 51 | 27 | 162 | 53 | 21 |
| Octal | 233 | 16 | 35 | 0 | 133 | 121 | 47 | 542 | 123 | 41 |
| Binary | 10011011 | 1110 | 11101 | 0 | 1011011 | 1010001 | 100111 | 101100010 | 1010011 | 100001 |
Color Harmonies of #9B0E1D
Complementary color
Monochromatic Colors of #9B0E1D
Black with #9B0E1D
Text Example
Text Example
White with #9B0E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0E1D; }
p { color: rgb(155,14,29); }
H1.HeaderClassName
{
color: #9B0E1D;
}
.AnyTagClassName
{
color: #9B0E1D;
}
</style>
background-color css
<style>
a { background-color: #9B0E1D; }
a { background-color: rgb(155,14,29); }
div.DivClassName
{
background-color: #9B0E1D;
}
.BgClassName
{
background-color: #9B0E1D;
}
</style>
border-color css
<style>
span { border-color: #9B0E1D; }
span { border-color: rgb(155,14,29); }
td.TdClassName
{
border-color: #9B0E1D;
}
.TagClassName
{
border-color: #9B0E1D;
}
</style>