#9C1002

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

Shades of Dark Red #9C1002

Tints of Dark Red #9C1002

Color information

#9C1002 (or 0x9C1002) is unknown color: approx Dark Red. HEX triplet: 9C, 10 and 02. RGB value is (156,16,2). Sum of RGB (Red+Green+Blue) = 156+16+2=174 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.66% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C1002 is #63EFFD. Grayscale: #383838. Windows color (decimal): -6549502 or 135324. OLE color: 135324.

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

Color convert

RGB156162-
CMYK00.900.990.39
HSL5.45º97.47%30.98%-
HSV(B)5.45º98.72%61.18%-
XYZ13.917.440.76-
YUV56.2697.38199.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 89.66%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=89.66%
G=9.20%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15616200.900.990.395.4597.4730.98
Hex9C10205A63275611f
Octal234202013214347514137
Binary100111001000010010110101100011100111101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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