#9C0A06

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

Shades of Dark Red #9C0A06

Tints of Dark Red #9C0A06

Color information

#9C0A06 (or 0x9C0A06) is unknown color: approx Dark Red. HEX triplet: 9C, 0A and 06. RGB value is (156,10,6). Sum of RGB (Red+Green+Blue) = 156+10+6=172 (22% of max value = 765). Red value is 156 (61.33% from 255 or 90.70% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0A06 is #63F5F9. Grayscale: #353535. Windows color (decimal): -6551034 or 395932. OLE color: 395932.

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

Color convert

RGB156106-
CMYK00.940.960.39
HSL1.6º92.59%31.76%-
HSV(B)1.6º96.15%61.18%-
XYZ13.857.30.85-
YUV53.2101.37201.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 90.70%
GREEN value IS 10 (4.30% from 255) = 5.81%
BLUE value IS 6 (2.73% from 255) = 3.49%
R=90.70%
G=5.81%
B=3.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610600.940.960.391.692.5931.76
Hex9CA605E602725d20
Octal234126013614047213540
Binary100111001010110010111101100000100111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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