Html Css Color HEX #960E0C Dark Red

📋 copy color: '#960E0C'

red 150 ◦ green 14 ◦ blue 12

#960E0C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #960E0C

Tints of Dark Red #960E0C

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 value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#960E0C (or 0x960E0C) is known color: 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

RGB 150 14 12 -
CMYK 0 0.91 0.92 0.41
HSL 0.87º 0.85% 0.32% -
HSV(B) 0.87º 0.92% 0.59% -
XYZ 12.8 6.82 0.99 -
YUV 54.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 150 14 12 0 0.91 0.92 0.41 0.87 0.85 0.32
Hex 96 E C 0 5B 5C 29 1 55 20
Octal 226 16 14 0 133 134 51 1 125 40
Binary 10010110 1110 1100 0 1011011 1011100 101001 1 1010101 100000

Color Harmonies of #960E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960E0C

Black with #960E0C

Text Example


Text Example

White with #960E0C

Text Example


Text Example

HTML Codes & Css Web 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>