#70180C

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

Shades of Falu Red #70180C

Tints of Falu Red #70180C

Color information

#70180C (or 0x70180C) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 0C. RGB value is (112,24,12). Sum of RGB (Red+Green+Blue) = 112+24+12=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #70180C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70180C is #8FE7F3. Grayscale: #313131. Windows color (decimal): -9431028 or 792688. OLE color: 792688.

HSL color Cylindrical-coordinate representation of color #70180C: hue angle of 7.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70180C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1122412-
CMYK00.790.890.56
HSL7.2º80.65%24.31%-
HSV(B)7.2º89.29%43.92%-
XYZ7.084.120.77-
YUV48.94107.15172.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 75.68%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=75.68%
G=16.22%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112241200.790.890.567.280.6524.31
Hex7018C04F593875118
Octal1603014011713170712130
Binary1110000110001100010011111011001111000111101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,24,12); }

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

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

 a { background-color: rgb(112,24,12); }

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

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

 span { border-color: rgb(112,24,12); }

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