Html Css Color HEX #70110C Falu Red

📋 copy color: '#70110C'

red 112 ◦ green 17 ◦ blue 12

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

Shades of Falu Red #70110C

Tints of Falu Red #70110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.06%

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

R = 79.43%
G = 12.06%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70110C (or 0x70110C) is known color: Falu Red. HEX triplet: 70, 11 and 0C. RGB value is (112,17,12). Sum of RGB (Red+Green+Blue) = 112+17+12=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 12 (5.08% from 255 or 8.51% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #70110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110C is #8FEEF3. Grayscale: #2C2C2C. Windows color (decimal): -9432820 or 790896. OLE color: 790896.

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

Color convert

RGB 112 17 12 -
CMYK 0 0.85 0.89 0.56
HSL 0.81% 0.24% -
HSV(B) 0.89% 0.44% -
XYZ 6.95 3.87 0.73 -
YUV 44.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 112 17 12 0 0.85 0.89 0.56 3 0.81 0.24
Hex 70 11 C 0 55 59 38 3 51 18
Octal 160 21 14 0 125 131 70 3 121 30
Binary 1110000 10001 1100 0 1010101 1011001 111000 11 1010001 11000

Color Harmonies of #70110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70110C

Black with #70110C

Text Example


Text Example

White with #70110C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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