#9C1003

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

Shades of Dark Red #9C1003

Tints of Dark Red #9C1003

Color information

#9C1003 (or 0x9C1003) is unknown color: approx Dark Red. HEX triplet: 9C, 10 and 03. RGB value is (156,16,3). Sum of RGB (Red+Green+Blue) = 156+16+3=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 16 (6.64% from 255 or 9.14% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1003 is #63EFFC. Grayscale: #383838. Windows color (decimal): -6549501 or 200860. OLE color: 200860.

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

Color convert

RGB156163-
CMYK00.900.980.39
HSL5.1º96.23%31.18%-
HSV(B)5.1º98.08%61.18%-
XYZ13.917.450.79-
YUV56.3897.88199.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 89.14%
GREEN value IS 16 (6.64% from 255) = 9.14%
BLUE value IS 3 (1.56% from 255) = 1.71%
R=89.14%
G=9.14%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15616300.900.980.395.196.2331.18
Hex9C10305A62275601f
Octal234203013214247514037
Binary100111001000011010110101100010100111101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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