#9C0A05

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

Shades of Dark Red #9C0A05

Tints of Dark Red #9C0A05

Color information

#9C0A05 (or 0x9C0A05) is unknown color: approx Dark Red. HEX triplet: 9C, 0A and 05. RGB value is (156,10,5). Sum of RGB (Red+Green+Blue) = 156+10+5=171 (22% of max value = 765). Red value is 156 (61.33% from 255 or 91.23% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0A05 is #63F5FA. Grayscale: #353535. Windows color (decimal): -6551035 or 330396. OLE color: 330396.

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

Color convert

RGB156105-
CMYK00.940.970.39
HSL1.99º93.79%31.57%-
HSV(B)1.99º96.79%61.18%-
XYZ13.857.30.82-
YUV53.08100.87201.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 91.23%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 5 (2.34% from 255) = 2.92%
R=91.23%
G=5.85%
B=2.92%

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
Decimal15610500.940.970.391.9993.7931.57
Hex9CA505E612725e20
Octal234125013614147213640
Binary100111001010101010111101100001100111101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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