Html Css Color HEX #70140C Falu Red

📋 copy color: '#70140C'

red 112 ◦ green 20 ◦ blue 12

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

Shades of Falu Red #70140C

Tints of Falu Red #70140C

RGB

 RED value IS 112 (44.14% from 255) = 77.78%

 GREEN value IS 20 (8.2% from 255) = 13.89%

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 77.78%
G = 13.89%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70140C (or 0x70140C) is known color: Falu Red. HEX triplet: 70, 14 and 0C. RGB value is (112,20,12). Sum of RGB (Red+Green+Blue) = 112+20+12=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70140C is #8FEBF3. Grayscale: #2E2E2E. Windows color (decimal): -9432052 or 791664. OLE color: 791664.

HSL color Cylindrical-coordinate representation of color #70140C: hue angle of 4.8º 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 #70140C is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 20 12 -
CMYK 0 0.82 0.89 0.56
HSL 4.8º 0.81% 0.24% -
HSV(B) 4.8º 0.89% 0.44% -
XYZ 7 3.97 0.75 -
YUV 46.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 112 20 12 0 0.82 0.89 0.56 4.8 0.81 0.24
Hex 70 14 C 0 52 59 38 5 51 18
Octal 160 24 14 0 122 131 70 5 121 30
Binary 1110000 10100 1100 0 1010010 1011001 111000 101 1010001 11000

Color Harmonies of #70140C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70140C

Black with #70140C

Text Example


Text Example

White with #70140C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70140C;
 }
 .AnyTagClassName
 {
   color: #70140C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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