#94160A

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

Shades of Falu Red #94160A

Tints of Falu Red #94160A

Color information

#94160A (or 0x94160A) is unknown color: approx Falu Red. HEX triplet: 94, 16 and 0A. RGB value is (148,22,10). Sum of RGB (Red+Green+Blue) = 148+22+10=180 (23% of max value = 765). Red value is 148 (58.20% from 255 or 82.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 148 - color contains mainly: red. Hex color #94160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94160A is #6BE9F5. Grayscale: #3A3A3A. Windows color (decimal): -7072246 or 661140. OLE color: 661140.

HSL color Cylindrical-coordinate representation of color #94160A: hue angle of 5.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94160A is Cyan = 0, Magento = 0.85, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1482210-
CMYK00.850.930.42
HSL5.22º87.34%30.98%-
HSV(B)5.22º93.24%58.04%-
XYZ12.556.890.96-
YUV58.31100.74191.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 82.22%
GREEN value IS 22 (8.98% from 255) = 12.22%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=82.22%
G=12.22%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148221000.850.930.425.2287.3430.98
Hex9416A0555D2A5571f
Octal2242612012513552512737
Binary10010100101101010010101011011101101010101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94160A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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