#9C1608

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

Shades of Dark Red #9C1608

Tints of Dark Red #9C1608

Color information

#9C1608 (or 0x9C1608) is unknown color: approx Dark Red. HEX triplet: 9C, 16 and 08. RGB value is (156,22,8). Sum of RGB (Red+Green+Blue) = 156+22+8=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1608 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1608 is #63E9F7. Grayscale: #3C3C3C. Windows color (decimal): -6547960 or 530076. OLE color: 530076.

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

Color convert

RGB156228-
CMYK00.860.950.39
HSL5.68º90.24%32.16%-
HSV(B)5.68º94.87%61.18%-
XYZ14.047.660.97-
YUV60.4798.39196.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.87%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 8 (3.52% from 255) = 4.30%
R=83.87%
G=11.83%
B=4.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15622800.860.950.395.6890.2432.16
Hex9C1680565F2765a20
Octal2342610012613747613240
Binary100111001011010000101011010111111001111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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