#9C120D

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

Shades of Dark Red #9C120D

Tints of Dark Red #9C120D

Color information

#9C120D (or 0x9C120D) is unknown color: approx Dark Red. HEX triplet: 9C, 12 and 0D. RGB value is (156,18,13). Sum of RGB (Red+Green+Blue) = 156+18+13=187 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.42% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 156 - color contains mainly: red. Hex color #9C120D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C120D is #63EDF2. Grayscale: #3A3A3A. Windows color (decimal): -6548979 or 856732. OLE color: 856732.

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

Color convert

RGB1561813-
CMYK00.880.920.39
HSL2.1º84.62%33.14%-
HSV(B)2.1º91.67%61.18%-
XYZ147.531.1-
YUV58.69102.22197.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.42%
GREEN value IS 18 (7.42% from 255) = 9.63%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=83.42%
G=9.63%
B=6.95%

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
Decimal156181300.880.920.392.184.6233.14
Hex9C12D0585C2725521
Octal2342215013013447212541
Binary10011100100101101010110001011100100111101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,18,13); }

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

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

 a { background-color: rgb(156,18,13); }

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

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

 span { border-color: rgb(156,18,13); }

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