Html Css Color HEX #70100C Falu Red

📋 copy color: '#70100C'

red 112 ◦ green 16 ◦ blue 12

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

Shades of Falu Red #70100C

Tints of Falu Red #70100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.43%

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

R = 80%
G = 11.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70100C (or 0x70100C) is known color: Falu Red. HEX triplet: 70, 10 and 0C. RGB value is (112,16,12). Sum of RGB (Red+Green+Blue) = 112+16+12=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #70100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70100C is #8FEFF3. Grayscale: #2C2C2C. Windows color (decimal): -9433076 or 790640. OLE color: 790640.

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

Color convert

RGB 112 16 12 -
CMYK 0 0.86 0.89 0.56
HSL 2.4º 0.81% 0.24% -
HSV(B) 2.4º 0.89% 0.44% -
XYZ 6.93 3.84 0.72 -
YUV 44.25 109.8 176.33 -
System Red Green Blue C M Y K H S L
Decimal 112 16 12 0 0.86 0.89 0.56 2.4 0.81 0.24
Hex 70 10 C 0 56 59 38 2 51 18
Octal 160 20 14 0 126 131 70 2 121 30
Binary 1110000 10000 1100 0 1010110 1011001 111000 10 1010001 11000

Color Harmonies of #70100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70100C

Black with #70100C

Text Example


Text Example

White with #70100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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