Html Css Color HEX #701512 Falu Red

📋 copy color: '#701512'

red 112 ◦ green 21 ◦ blue 18

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

Shades of Falu Red #701512

Tints of Falu Red #701512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.91%

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 74.17%
G = 13.91%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#701512 (or 0x701512) is known color: Falu Red. HEX triplet: 70, 15 and 12. RGB value is (112,21,18). Sum of RGB (Red+Green+Blue) = 112+21+18=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701512 is #8FEAED. Grayscale: #2F2F2F. Windows color (decimal): -9431790 or 1185136. OLE color: 1185136.

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

Color convert

RGB 112 21 18 -
CMYK 0 0.81 0.84 0.56
HSL 1.91º 0.72% 0.25% -
HSV(B) 1.91º 0.84% 0.44% -
XYZ 7.06 4.02 0.98 -
YUV 47.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 112 21 18 0 0.81 0.84 0.56 1.91 0.72 0.25
Hex 70 15 12 0 51 54 38 2 48 19
Octal 160 25 22 0 121 124 70 2 110 31
Binary 1110000 10101 10010 0 1010001 1010100 111000 10 1001000 11001

Color Harmonies of #701512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701512

Black with #701512

Text Example


Text Example

White with #701512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701512; }

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

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

background-color css

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

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

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

border-color css

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

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

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