#9C1600

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

Shades of Dark Red #9C1600

Tints of Dark Red #9C1600

Color information

#9C1600 (or 0x9C1600) is unknown color: approx Dark Red. HEX triplet: 9C, 16 and 00. RGB value is (156,22,0). Sum of RGB (Red+Green+Blue) = 156+22+0=178 (23% of max value = 765). Red value is 156 (61.33% from 255 or 87.64% from 178); Green value is 22 (8.98% from 255 or 12.36% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1600 is #63E9FF. Grayscale: #3B3B3B. Windows color (decimal): -6547968 or 5788. OLE color: 5788.

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

Color convert

RGB156220-
CMYK00.8610.39
HSL8.46º100%30.59%-
HSV(B)8.46º100%61.18%-
XYZ147.640.74-
YUV59.5694.39196.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 87.64%
GREEN value IS 22 (8.98% from 255) = 12.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.64%
G=12.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15622000.8610.398.4610030.59
Hex9C16005664278641f
Octal2342600126144471014437
Binary100111001011000101011011001001001111000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,22,0); }

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

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

 a { background-color: rgb(156,22,0); }

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

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

 span { border-color: rgb(156,22,0); }

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