Html Css Color HEX #70160A Falu Red

📋 copy color: '#70160A'

red 112 ◦ green 22 ◦ blue 10

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

Shades of Falu Red #70160A

Tints of Falu Red #70160A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

 BLUE value IS 10 (4.3% from 255) = 6.94%

R = 77.78%
G = 15.28%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70160A (or 0x70160A) is known color: Falu Red. HEX triplet: 70, 16 and 0A. RGB value is (112,22,10). Sum of RGB (Red+Green+Blue) = 112+22+10=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70160A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70160A is #8FE9F5. Grayscale: #2F2F2F. Windows color (decimal): -9431542 or 661104. OLE color: 661104.

HSL color Cylindrical-coordinate representation of color #70160A: hue angle of 7.06º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70160A is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 10 -
CMYK 0 0.80 0.91 0.56
HSL 7.06º 0.84% 0.24% -
HSV(B) 7.06º 0.91% 0.44% -
XYZ 7.02 4.04 0.7 -
YUV 47.54 106.82 173.98 -
System Red Green Blue C M Y K H S L
Decimal 112 22 10 0 0.80 0.91 0.56 7.06 0.84 0.24
Hex 70 16 A 0 50 5B 38 7 54 18
Octal 160 26 12 0 120 133 70 7 124 30
Binary 1110000 10110 1010 0 1010000 1011011 111000 111 1010100 11000

Color Harmonies of #70160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70160A

Black with #70160A

Text Example


Text Example

White with #70160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70160A; }

 p { color: rgb(112,22,10); }

 H1.HeaderClassName
 {
   color: #70160A;
 }
 .AnyTagClassName
 {
   color: #70160A;
 }
</style>

background-color css

<style>
 a { background-color: #70160A; }

 a { background-color: rgb(112,22,10); }

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

border-color css

<style>
 span { border-color: #70160A; }

 span { border-color: rgb(112,22,10); }

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