#9C1900

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

Shades of Dark Red #9C1900

Tints of Dark Red #9C1900

Color information

#9C1900 (or 0x9C1900) is unknown color: approx Dark Red. HEX triplet: 9C, 19 and 00. RGB value is (156,25,0). Sum of RGB (Red+Green+Blue) = 156+25+0=181 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.19% from 181); Green value is 25 (10.16% from 255 or 13.81% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1900 is #63E6FF. Grayscale: #3D3D3D. Windows color (decimal): -6547200 or 6556. OLE color: 6556.

HSL color Cylindrical-coordinate representation of color #9C1900: hue angle of 9.62º 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 #9C1900 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB156250-
CMYK00.8410.39
HSL9.62º100%30.59%-
HSV(B)9.62º100%61.18%-
XYZ14.067.760.76-
YUV61.3293.4195.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 86.19%
GREEN value IS 25 (10.16% from 255) = 13.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.19%
G=13.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15625000.8410.399.6210030.59
Hex9C1900546427a641f
Octal2343100124144471214437
Binary100111001100100101010011001001001111010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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