#96160A

Color #96160A Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #96160A

Tints of Falu Red #96160A

Color information

#96160A (or 0x96160A) is unknown color: approx Falu Red. HEX triplet: 96, 16 and 0A. RGB value is (150,22,10). Sum of RGB (Red+Green+Blue) = 150+22+10=182 (24% of max value = 765). Red value is 150 (58.98% from 255 or 82.42% from 182); Green value is 22 (8.98% from 255 or 12.09% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 150 - color contains mainly: red. Hex color #96160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #96160A is #69E9F5. Grayscale: #3B3B3B. Windows color (decimal): -6941174 or 661142. OLE color: 661142.

HSL color Cylindrical-coordinate representation of color #96160A: hue angle of 5.14º 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 #96160A is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB1502210-
CMYK00.850.930.41
HSL5.14º87.5%31.37%-
HSV(B)5.14º93.33%58.82%-
XYZ12.927.080.97-
YUV58.9100.41192.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 82.42%
GREEN value IS 22 (8.98% from 255) = 12.09%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=82.42%
G=12.09%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150221000.850.930.415.1487.531.37
Hex9616A0555D295581f
Octal2262612012513551513037
Binary10010110101101010010101011011101101001101101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96160A; }

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

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

<style>
 a { background-color: #96160A; }

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

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

<style>
 span { border-color: #96160A; }

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

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