Shades of Dark Red #9B1B04
Tints of Dark Red #9B1B04
RGB
CMYK
RGB Variations
Color information
#9B1B04 (or 0x9B1B04) is known color: Dark Red. HEX triplet: 9B, 1B and 04. RGB value is (155,27,4). Sum of RGB (Red+Green+Blue) = 155+27+4=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1B04 is #64E4FB. Grayscale: #3E3E3E. Windows color (decimal): -6612220 or 269211. OLE color: 269211.
HSL color Cylindrical-coordinate representation of color #9B1B04: hue angle of 9.14º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B1B04 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 27 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.39 |
| HSL | 9.14º | 0.95% | 0.31% | - |
| HSV(B) | 9.14º | 0.97% | 0.61% | - |
| XYZ | 13.93 | 7.76 | 0.88 | - |
| YUV | 62.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 27 | 4 | 0 | 0.83 | 0.97 | 0.39 | 9.14 | 0.95 | 0.31 |
| Hex | 9B | 1B | 4 | 0 | 53 | 61 | 27 | 9 | 5F | 1F |
| Octal | 233 | 33 | 4 | 0 | 123 | 141 | 47 | 11 | 137 | 37 |
| Binary | 10011011 | 11011 | 100 | 0 | 1010011 | 1100001 | 100111 | 1001 | 1011111 | 11111 |
Color Harmonies of #9B1B04
Complementary color
Monochromatic Colors of #9B1B04
Black with #9B1B04
Text Example
Text Example
White with #9B1B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1B04; }
p { color: rgb(155,27,4); }
H1.HeaderClassName
{
color: #9B1B04;
}
.AnyTagClassName
{
color: #9B1B04;
}
</style>
background-color css
<style>
a { background-color: #9B1B04; }
a { background-color: rgb(155,27,4); }
div.DivClassName
{
background-color: #9B1B04;
}
.BgClassName
{
background-color: #9B1B04;
}
</style>
border-color css
<style>
span { border-color: #9B1B04; }
span { border-color: rgb(155,27,4); }
td.TdClassName
{
border-color: #9B1B04;
}
.TagClassName
{
border-color: #9B1B04;
}
</style>