Html Css Color HEX #70120F Falu Red

📋 copy color: '#70120F'

red 112 ◦ green 18 ◦ blue 15

#70120F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #70120F

Tints of Falu Red #70120F

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 value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70120F (or 0x70120F) is known color: 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

RGB 112 18 15 -
CMYK 0 0.84 0.87 0.56
HSL 1.86º 0.76% 0.25% -
HSV(B) 1.86º 0.87% 0.44% -
XYZ 6.98 3.91 0.84 -
YUV 45.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 112 18 15 0 0.84 0.87 0.56 1.86 0.76 0.25
Hex 70 12 F 0 54 57 38 2 4C 19
Octal 160 22 17 0 124 127 70 2 114 31
Binary 1110000 10010 1111 0 1010100 1010111 111000 10 1001100 11001

Color Harmonies of #70120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70120F

Black with #70120F

Text Example


Text Example

White with #70120F

Text Example


Text Example

HTML Codes & Css Web 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>