#9B140B

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

Shades of Dark Red #9B140B

Tints of Dark Red #9B140B

Color information

#9B140B (or 0x9B140B) is unknown color: approx Dark Red. HEX triplet: 9B, 14 and 0B. RGB value is (155,20,11). Sum of RGB (Red+Green+Blue) = 155+20+11=186 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.33% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 155 - color contains mainly: red. Hex color #9B140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B140B is #64EBF4. Grayscale: #3B3B3B. Windows color (decimal): -6614005 or 726171. OLE color: 726171.

HSL color Cylindrical-coordinate representation of color #9B140B: hue angle of 3.75º 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 #9B140B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB1552011-
CMYK00.870.930.39
HSL3.75º86.75%32.55%-
HSV(B)3.75º92.9%60.78%-
XYZ13.837.491.03-
YUV59.34100.73196.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 83.33%
GREEN value IS 20 (8.20% from 255) = 10.75%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=83.33%
G=10.75%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155201100.870.930.393.7586.7532.55
Hex9B14B0575D2745721
Octal2332413012713547412741
Binary100110111010010110101011110111011001111001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B140B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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