#9B120C

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

Shades of Dark Red #9B120C

Tints of Dark Red #9B120C

Color information

#9B120C (or 0x9B120C) is unknown color: approx Dark Red. HEX triplet: 9B, 12 and 0C. RGB value is (155,18,12). Sum of RGB (Red+Green+Blue) = 155+18+12=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B120C is #64EDF3. Grayscale: #3A3A3A. Windows color (decimal): -6614516 or 791195. OLE color: 791195.

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

Color convert

RGB1551812-
CMYK00.880.920.39
HSL2.52º85.63%32.75%-
HSV(B)2.52º92.26%60.78%-
XYZ13.87.431.05-
YUV58.28101.89196.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 83.78%
GREEN value IS 18 (7.42% from 255) = 9.73%
BLUE value IS 12 (5.08% from 255) = 6.49%
R=83.78%
G=9.73%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155181200.880.920.392.5285.6332.75
Hex9B12C0585C2735621
Octal2332214013013447312641
Binary10011011100101100010110001011100100111111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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