Html Css Color HEX #70120D Falu Red

📋 copy color: '#70120D'

red 112 ◦ green 18 ◦ blue 13

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

Shades of Falu Red #70120D

Tints of Falu Red #70120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.59%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 78.32%
G = 12.59%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70120D (or 0x70120D) is known color: Falu Red. HEX triplet: 70, 12 and 0D. RGB value is (112,18,13). Sum of RGB (Red+Green+Blue) = 112+18+13=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70120D is #8FEDF2. Grayscale: #2D2D2D. Windows color (decimal): -9432563 or 856688. OLE color: 856688.

HSL color Cylindrical-coordinate representation of color #70120D: hue angle of 3.03º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70120D is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 18 13 -
CMYK 0 0.84 0.88 0.56
HSL 3.03º 0.79% 0.25% -
HSV(B) 3.03º 0.88% 0.44% -
XYZ 6.97 3.91 0.77 -
YUV 45.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 112 18 13 0 0.84 0.88 0.56 3.03 0.79 0.25
Hex 70 12 D 0 54 58 38 3 4F 19
Octal 160 22 15 0 124 130 70 3 117 31
Binary 1110000 10010 1101 0 1010100 1011000 111000 11 1001111 11001

Color Harmonies of #70120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70120D

Black with #70120D

Text Example


Text Example

White with #70120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70120D; }

 p { color: rgb(112,18,13); }

 H1.HeaderClassName
 {
   color: #70120D;
 }
 .AnyTagClassName
 {
   color: #70120D;
 }
</style>

background-color css

<style>
 a { background-color: #70120D; }

 a { background-color: rgb(112,18,13); }

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

border-color css

<style>
 span { border-color: #70120D; }

 span { border-color: rgb(112,18,13); }

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