#94180A

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

Shades of Falu Red #94180A

Tints of Falu Red #94180A

Color information

#94180A (or 0x94180A) is unknown color: approx Falu Red. HEX triplet: 94, 18 and 0A. RGB value is (148,24,10). Sum of RGB (Red+Green+Blue) = 148+24+10=182 (24% of max value = 765). Red value is 148 (58.20% from 255 or 81.32% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 148 - color contains mainly: red. Hex color #94180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #94180A is #6BE7F5. Grayscale: #3B3B3B. Windows color (decimal): -7071734 or 661652. OLE color: 661652.

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

Color convert

RGB1482410-
CMYK00.840.930.42
HSL6.09º87.34%30.98%-
HSV(B)6.09º93.24%58.04%-
XYZ12.596.970.97-
YUV59.48100.08191.14-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 81.32%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 10 (4.30% from 255) = 5.49%
R=81.32%
G=13.19%
B=5.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148241000.840.930.426.0987.3430.98
Hex9418A0545D2A6571f
Octal2243012012413552612737
Binary10010100110001010010101001011101101010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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