#9B100C

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

Shades of Dark Red #9B100C

Tints of Dark Red #9B100C

Color information

#9B100C (or 0x9B100C) is unknown color: approx Dark Red. HEX triplet: 9B, 10 and 0C. RGB value is (155,16,12). Sum of RGB (Red+Green+Blue) = 155+16+12=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B100C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B100C is #64EFF3. Grayscale: #393939. Windows color (decimal): -6615028 or 790683. OLE color: 790683.

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

Color convert

RGB1551612-
CMYK00.900.920.39
HSL1.68º85.63%32.75%-
HSV(B)1.68º92.26%60.78%-
XYZ13.777.371.04-
YUV57.1102.55197.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 84.70%
GREEN value IS 16 (6.64% from 255) = 8.74%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=84.70%
G=8.74%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155161200.900.920.391.6885.6332.75
Hex9B10C05A5C2725621
Octal2332014013213447212641
Binary10011011100001100010110101011100100111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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