Html Css Color HEX #70180C Falu Red

📋 copy color: '#70180C'

red 112 ◦ green 24 ◦ blue 12

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

Shades of Falu Red #70180C

Tints of Falu Red #70180C

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

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70180C (or 0x70180C) is known color: 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

RGB 112 24 12 -
CMYK 0 0.79 0.89 0.56
HSL 7.2º 0.81% 0.24% -
HSV(B) 7.2º 0.89% 0.44% -
XYZ 7.08 4.12 0.77 -
YUV 48.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 112 24 12 0 0.79 0.89 0.56 7.2 0.81 0.24
Hex 70 18 C 0 4F 59 38 7 51 18
Octal 160 30 14 0 117 131 70 7 121 30
Binary 1110000 11000 1100 0 1001111 1011001 111000 111 1010001 11000

Color Harmonies of #70180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70180C

Black with #70180C

Text Example


Text Example

White with #70180C

Text Example


Text Example

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