#9B100B

Color #9B100B Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9B100B

Tints of Dark Red #9B100B

Color information

#9B100B (or 0x9B100B) is unknown color: approx Dark Red. HEX triplet: 9B, 10 and 0B. RGB value is (155,16,11). Sum of RGB (Red+Green+Blue) = 155+16+11=182 (24% of max value = 765). Red value is 155 (60.94% from 255 or 85.16% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 155 - color contains mainly: red. Hex color #9B100B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B100B is #64EFF4. Grayscale: #393939. Windows color (decimal): -6615029 or 725147. OLE color: 725147.

HSL color Cylindrical-coordinate representation of color #9B100B: hue angle of 2.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9B100B is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB1551611-
CMYK00.900.930.39
HSL2.08º86.75%32.55%-
HSV(B)2.08º92.9%60.78%-
XYZ13.767.361.01-
YUV56.99102.05197.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 85.16%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=85.16%
G=8.79%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155161100.900.930.392.0886.7532.55
Hex9B10B05A5D2725721
Octal2332013013213547212741
Binary10011011100001011010110101011101100111101010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B100B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B100B; }

 p { color: rgb(155,16,11); }

 H1.HeaderClassName
 {
   color: #9B100B;
 }
 .AnyTagClassName
 {
   color: #9B100B;
 }
</style>
background-color css

<style>
 a { background-color: #9B100B; }

 a { background-color: rgb(155,16,11); }

 div.DivClassName
 {
   background-color: #9B100B;
 }
 .BgClassName
 {
   background-color: #9B100B;
 }
</style>
border-color css

<style>
 span { border-color: #9B100B; }

 span { border-color: rgb(155,16,11); }

 td.TdClassName
 {
   border-color: #9B100B;
 }
 .TagClassName
 {
   border-color: #9B100B;
 }
</style>