Shades of Dark Red #9B100F
Tints of Dark Red #9B100F
RGB
CMYK
RGB Variations
Color information
#9B100F (or 0x9B100F) is known color: Dark Red. HEX triplet: 9B, 10 and 0F. RGB value is (155,16,15). Sum of RGB (Red+Green+Blue) = 155+16+15=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B100F is #64EFF0. Grayscale: #393939. Windows color (decimal): -6615025 or 987291. OLE color: 987291.
HSL color Cylindrical-coordinate representation of color #9B100F: hue angle of 0.43º 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 #9B100F is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 16 | 15 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.39 |
| HSL | 0.43º | 0.82% | 0.33% | - |
| HSV(B) | 0.43º | 0.9% | 0.61% | - |
| XYZ | 13.79 | 7.37 | 1.15 | - |
| YUV | 57.45 | 104.05 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 16 | 15 | 0 | 0.90 | 0.90 | 0.39 | 0.43 | 0.82 | 0.33 |
| Hex | 9B | 10 | F | 0 | 5A | 5A | 27 | 0 | 52 | 21 |
| Octal | 233 | 20 | 17 | 0 | 132 | 132 | 47 | 0 | 122 | 41 |
| Binary | 10011011 | 10000 | 1111 | 0 | 1011010 | 1011010 | 100111 | 0 | 1010010 | 100001 |
Color Harmonies of #9B100F
Complementary color
Monochromatic Colors of #9B100F
Black with #9B100F
Text Example
Text Example
White with #9B100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B100F; }
p { color: rgb(155,16,15); }
H1.HeaderClassName
{
color: #9B100F;
}
.AnyTagClassName
{
color: #9B100F;
}
</style>
background-color css
<style>
a { background-color: #9B100F; }
a { background-color: rgb(155,16,15); }
div.DivClassName
{
background-color: #9B100F;
}
.BgClassName
{
background-color: #9B100F;
}
</style>
border-color css
<style>
span { border-color: #9B100F; }
span { border-color: rgb(155,16,15); }
td.TdClassName
{
border-color: #9B100F;
}
.TagClassName
{
border-color: #9B100F;
}
</style>