#9C1103

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

Shades of Dark Red #9C1103

Tints of Dark Red #9C1103

Color information

#9C1103 (or 0x9C1103) is unknown color: approx Dark Red. HEX triplet: 9C, 11 and 03. RGB value is (156,17,3). Sum of RGB (Red+Green+Blue) = 156+17+3=176 (23% of max value = 765). Red value is 156 (61.33% from 255 or 88.64% from 176); Green value is 17 (7.03% from 255 or 9.66% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1103 is #63EEFC. Grayscale: #393939. Windows color (decimal): -6549245 or 201116. OLE color: 201116.

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

Color convert

RGB156173-
CMYK00.890.980.39
HSL5.49º96.23%31.18%-
HSV(B)5.49º98.08%61.18%-
XYZ13.937.480.79-
YUV56.9697.55198.64-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 88.64%
GREEN value IS 17 (7.03% from 255) = 9.66%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=88.64%
G=9.66%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15617300.890.980.395.4996.2331.18
Hex9C11305962275601f
Octal234213013114247514037
Binary100111001000111010110011100010100111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,17,3); }

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

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

 a { background-color: rgb(156,17,3); }

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

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

 span { border-color: rgb(156,17,3); }

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