#9C1806

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

Shades of Dark Red #9C1806

Tints of Dark Red #9C1806

Color information

#9C1806 (or 0x9C1806) is unknown color: approx Dark Red. HEX triplet: 9C, 18 and 06. RGB value is (156,24,6). Sum of RGB (Red+Green+Blue) = 156+24+6=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1806 is #63E7F9. Grayscale: #3D3D3D. Windows color (decimal): -6547450 or 399516. OLE color: 399516.

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

Color convert

RGB156246-
CMYK00.850.960.39
HSL7.2º92.59%31.76%-
HSV(B)7.2º96.15%61.18%-
XYZ14.077.730.92-
YUV61.4296.73195.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.87%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=83.87%
G=12.90%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15624600.850.960.397.292.5931.76
Hex9C186055602775d20
Octal234306012514047713540
Binary10011100110001100101010111000001001111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,24,6); }

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

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

 a { background-color: rgb(156,24,6); }

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

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

 span { border-color: rgb(156,24,6); }

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