Html Css Color HEX #701802 Falu Red

📋 copy color: '#701802'

red 112 ◦ green 24 ◦ blue 2

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

Shades of Falu Red #701802

Tints of Falu Red #701802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

 BLUE value IS 2 (1.17% from 255) = 1.45%

R = 81.16%
G = 17.39%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#701802 (or 0x701802) is known color: Falu Red. HEX triplet: 70, 18 and 02. RGB value is (112,24,2). Sum of RGB (Red+Green+Blue) = 112+24+2=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #701802 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701802 is #8FE7FD. Grayscale: #2F2F2F. Windows color (decimal): -9431038 or 137328. OLE color: 137328.

HSL color Cylindrical-coordinate representation of color #701802: hue angle of 12º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #701802 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 2 -
CMYK 0 0.79 0.98 0.56
HSL 12º 0.96% 0.22% -
HSV(B) 12º 0.98% 0.44% -
XYZ 7.02 4.1 0.48 -
YUV 47.8 102.15 173.79 -
System Red Green Blue C M Y K H S L
Decimal 112 24 2 0 0.79 0.98 0.56 12 0.96 0.22
Hex 70 18 2 0 4F 62 38 C 60 16
Octal 160 30 2 0 117 142 70 14 140 26
Binary 1110000 11000 10 0 1001111 1100010 111000 1100 1100000 10110

Color Harmonies of #701802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701802

Black with #701802

Text Example


Text Example

White with #701802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701802; }

 p { color: rgb(112,24,2); }

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

background-color css

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

 a { background-color: rgb(112,24,2); }

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

border-color css

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

 span { border-color: rgb(112,24,2); }

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