Html Css Color HEX #96130C Dark Red

📋 copy color: '#96130C'

red 150 ◦ green 19 ◦ blue 12

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

Shades of Dark Red #96130C

Tints of Dark Red #96130C

RGB

 RED value IS 150 (58.98% from 255) = 82.87%

 GREEN value IS 19 (7.81% from 255) = 10.5%

 BLUE value IS 12 (5.08% from 255) = 6.63%

R = 82.87%
G = 10.5%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96130C (or 0x96130C) is known color: Dark Red. HEX triplet: 96, 13 and 0C. RGB value is (150,19,12). Sum of RGB (Red+Green+Blue) = 150+19+12=181 (23% of max value = 765). Red value is 150 (58.98% from 255 or 82.87% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 150 - color contains mainly: red. Hex color #96130C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96130C is #69ECF3. Grayscale: #393939. Windows color (decimal): -6941940 or 791446. OLE color: 791446.

HSL color Cylindrical-coordinate representation of color #96130C: hue angle of 3.04º 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 #96130C is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 12 -
CMYK 0 0.87 0.92 0.41
HSL 3.04º 0.85% 0.32% -
HSV(B) 3.04º 0.92% 0.59% -
XYZ 12.88 6.98 1.02 -
YUV 57.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 150 19 12 0 0.87 0.92 0.41 3.04 0.85 0.32
Hex 96 13 C 0 57 5C 29 3 55 20
Octal 226 23 14 0 127 134 51 3 125 40
Binary 10010110 10011 1100 0 1010111 1011100 101001 11 1010101 100000

Color Harmonies of #96130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96130C

Black with #96130C

Text Example


Text Example

White with #96130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96130C; }

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

 H1.HeaderClassName
 {
   color: #96130C;
 }
 .AnyTagClassName
 {
   color: #96130C;
 }
</style>

background-color css

<style>
 a { background-color: #96130C; }

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

 div.DivClassName
 {
   background-color: #96130C;
 }
 .BgClassName
 {
   background-color: #96130C;
 }
</style>

border-color css

<style>
 span { border-color: #96130C; }

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

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