#9C0905

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

Shades of Dark Red #9C0905

Tints of Dark Red #9C0905

Color information

#9C0905 (or 0x9C0905) is unknown color: approx Dark Red. HEX triplet: 9C, 09 and 05. RGB value is (156,9,5). Sum of RGB (Red+Green+Blue) = 156+9+5=170 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.76% from 170); Green value is 9 (3.91% from 255 or 5.29% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0905 is #63F6FA. Grayscale: #343434. Windows color (decimal): -6551291 or 330140. OLE color: 330140.

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

Color convert

RGB15695-
CMYK00.940.970.39
HSL1.59º93.79%31.57%-
HSV(B)1.59º96.79%61.18%-
XYZ13.847.270.82-
YUV52.5101.2201.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 91.76%
GREEN value IS 9 (3.91% from 255) = 5.29%
BLUE value IS 5 (2.34% from 255) = 2.94%
R=91.76%
G=5.29%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569500.940.970.391.5993.7931.57
Hex9C9505E612725e20
Octal234115013614147213640
Binary100111001001101010111101100001100111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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