Shades of Carmine #9B0F1D
Tints of Carmine #9B0F1D
RGB
CMYK
RGB Variations
Color information
#9B0F1D (or 0x9B0F1D) is known color: Carmine. HEX triplet: 9B, 0F and 1D. RGB value is (155,15,29). Sum of RGB (Red+Green+Blue) = 155+15+29=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 15 (6.25% from 255 or 7.54% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0F1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B0F1D is #64F0E2. Grayscale: #3A3A3A. Windows color (decimal): -6615267 or 1904539. OLE color: 1904539.
HSL color Cylindrical-coordinate representation of color #9B0F1D: hue angle of 354º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B0F1D is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 15 | 29 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.39 |
| HSL | 354º | 0.82% | 0.33% | - |
| HSV(B) | 354º | 0.9% | 0.61% | - |
| XYZ | 13.91 | 7.4 | 1.86 | - |
| YUV | 58.46 | 111.38 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 15 | 29 | 0 | 0.90 | 0.81 | 0.39 | 354 | 0.82 | 0.33 |
| Hex | 9B | F | 1D | 0 | 5A | 51 | 27 | 162 | 52 | 21 |
| Octal | 233 | 17 | 35 | 0 | 132 | 121 | 47 | 542 | 122 | 41 |
| Binary | 10011011 | 1111 | 11101 | 0 | 1011010 | 1010001 | 100111 | 101100010 | 1010010 | 100001 |
Color Harmonies of #9B0F1D
Complementary color
Monochromatic Colors of #9B0F1D
Black with #9B0F1D
Text Example
Text Example
White with #9B0F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B0F1D; }
p { color: rgb(155,15,29); }
H1.HeaderClassName
{
color: #9B0F1D;
}
.AnyTagClassName
{
color: #9B0F1D;
}
</style>
background-color css
<style>
a { background-color: #9B0F1D; }
a { background-color: rgb(155,15,29); }
div.DivClassName
{
background-color: #9B0F1D;
}
.BgClassName
{
background-color: #9B0F1D;
}
</style>
border-color css
<style>
span { border-color: #9B0F1D; }
span { border-color: rgb(155,15,29); }
td.TdClassName
{
border-color: #9B0F1D;
}
.TagClassName
{
border-color: #9B0F1D;
}
</style>