#960E0A

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

Shades of Dark Red #960E0A

Tints of Dark Red #960E0A

Color information

#960E0A (or 0x960E0A) is unknown color: approx Dark Red. HEX triplet: 96, 0E and 0A. RGB value is (150,14,10). Sum of RGB (Red+Green+Blue) = 150+14+10=174 (23% of max value = 765). Red value is 150 (58.98% from 255 or 86.21% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 150 - color contains mainly: red. Hex color #960E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960E0A is #69F1F5. Grayscale: #363636. Windows color (decimal): -6943222 or 659094. OLE color: 659094.

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

Color convert

RGB1501410-
CMYK00.910.930.41
HSL1.71º87.5%31.37%-
HSV(B)1.71º93.33%58.82%-
XYZ12.796.820.93-
YUV54.21103.06196.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 86.21%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=86.21%
G=8.05%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150141000.910.930.411.7187.531.37
Hex96EA05B5D292581f
Octal2261612013313551213037
Binary100101101110101001011011101110110100110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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