#960E0C

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

Shades of Dark Red #960E0C

Tints of Dark Red #960E0C

Color information

#960E0C (or 0x960E0C) is unknown color: approx Dark Red. HEX triplet: 96, 0E and 0C. RGB value is (150,14,12). Sum of RGB (Red+Green+Blue) = 150+14+12=176 (23% of max value = 765). Red value is 150 (58.98% from 255 or 85.23% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 150 - color contains mainly: red. Hex color #960E0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960E0C is #69F1F3. Grayscale: #363636. Windows color (decimal): -6943220 or 790166. OLE color: 790166.

HSL color Cylindrical-coordinate representation of color #960E0C: hue angle of 0.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960E0C is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB1501412-
CMYK00.910.920.41
HSL0.87º85.19%31.76%-
HSV(B)0.87º92%58.82%-
XYZ12.86.820.99-
YUV54.44104.06196.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 85.23%
GREEN value IS 14 (5.86% from 255) = 7.95%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=85.23%
G=7.95%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.92
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150141200.910.920.410.8785.1931.76
Hex96EC05B5C2915520
Octal2261614013313451112540
Binary100101101110110001011011101110010100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960E0C; }

 p { color: rgb(150,14,12); }

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

<style>
 a { background-color: #960E0C; }

 a { background-color: rgb(150,14,12); }

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

<style>
 span { border-color: #960E0C; }

 span { border-color: rgb(150,14,12); }

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