#9C0D06

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

Shades of Dark Red #9C0D06

Tints of Dark Red #9C0D06

Color information

#9C0D06 (or 0x9C0D06) is unknown color: approx Dark Red. HEX triplet: 9C, 0D and 06. RGB value is (156,13,6). Sum of RGB (Red+Green+Blue) = 156+13+6=175 (23% of max value = 765). Red value is 156 (61.33% from 255 or 89.14% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 6 (2.73% from 255 or 3.43% from 175); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0D06 is #63F2F9. Grayscale: #373737. Windows color (decimal): -6550266 or 396700. OLE color: 396700.

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

Color convert

RGB156136-
CMYK00.920.960.39
HSL2.8º92.59%31.76%-
HSV(B)2.8º96.15%61.18%-
XYZ13.897.370.86-
YUV54.96100.38200.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 89.14%
GREEN value IS 13 (5.47% from 255) = 7.43%
BLUE value IS 6 (2.73% from 255) = 3.43%
R=89.14%
G=7.43%
B=3.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613600.920.960.392.892.5931.76
Hex9CD605C602735d20
Octal234156013414047313540
Binary100111001101110010111001100000100111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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