#9D120B

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

Shades of Dark Red #9D120B

Tints of Dark Red #9D120B

Color information

#9D120B (or 0x9D120B) is unknown color: approx Dark Red. HEX triplet: 9D, 12 and 0B. RGB value is (157,18,11). Sum of RGB (Red+Green+Blue) = 157+18+11=186 (24% of max value = 765). Red value is 157 (61.72% from 255 or 84.41% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 11 (4.69% from 255 or 5.91% from 186); Max value from RGB is 157 - color contains mainly: red. Hex color #9D120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D120B is #62EDF4. Grayscale: #3A3A3A. Windows color (decimal): -6483445 or 725661. OLE color: 725661.

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

Color convert

RGB1571811-
CMYK00.890.930.38
HSL2.88º86.9%32.94%-
HSV(B)2.88º92.99%61.57%-
XYZ14.187.621.04-
YUV58.76101.05198.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 84.41%
GREEN value IS 18 (7.42% from 255) = 9.68%
BLUE value IS 11 (4.69% from 255) = 5.91%
R=84.41%
G=9.68%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157181100.890.930.382.8886.932.94
Hex9D12B0595D2635721
Octal2352213013113546312741
Binary10011101100101011010110011011101100110111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,18,11); }

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

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

 a { background-color: rgb(157,18,11); }

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

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

 span { border-color: rgb(157,18,11); }

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