#9C0C05

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

Shades of Dark Red #9C0C05

Tints of Dark Red #9C0C05

Color information

#9C0C05 (or 0x9C0C05) is unknown color: approx Dark Red. HEX triplet: 9C, 0C and 05. RGB value is (156,12,5). Sum of RGB (Red+Green+Blue) = 156+12+5=173 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.17% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0C05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0C05 is #63F3FA. Grayscale: #363636. Windows color (decimal): -6550523 or 330908. OLE color: 330908.

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

Color convert

RGB156125-
CMYK00.920.970.39
HSL2.78º93.79%31.57%-
HSV(B)2.78º96.79%61.18%-
XYZ13.877.340.83-
YUV54.26100.21200.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 90.17%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=90.17%
G=6.94%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612500.920.970.392.7893.7931.57
Hex9CC505C612735e20
Octal234145013414147313640
Binary100111001100101010111001100001100111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,12,5); }

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

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

 a { background-color: rgb(156,12,5); }

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

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

 span { border-color: rgb(156,12,5); }

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