#70120F

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

Shades of Falu Red #70120F

Tints of Falu Red #70120F

Color information

#70120F (or 0x70120F) is unknown color: approx Falu Red. HEX triplet: 70, 12 and 0F. RGB value is (112,18,15). Sum of RGB (Red+Green+Blue) = 112+18+15=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70120F is #8FEDF0. Grayscale: #2D2D2D. Windows color (decimal): -9432561 or 987760. OLE color: 987760.

HSL color Cylindrical-coordinate representation of color #70120F: hue angle of 1.86º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70120F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1121815-
CMYK00.840.870.56
HSL1.86º76.38%24.9%-
HSV(B)1.86º86.61%43.92%-
XYZ6.983.910.84-
YUV45.76110.64175.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.24%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=77.24%
G=12.41%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112181500.840.870.561.8676.3824.9
Hex7012F054573824c19
Octal1602217012412770211431
Binary111000010010111101010100101011111100010100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70120F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70120F; }

 p { color: rgb(112,18,15); }

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

<style>
 a { background-color: #70120F; }

 a { background-color: rgb(112,18,15); }

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

<style>
 span { border-color: #70120F; }

 span { border-color: rgb(112,18,15); }

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