Html Css Color HEX #70200B Falu Red

📋 copy color: '#70200B'

red 112 ◦ green 32 ◦ blue 11

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

Shades of Falu Red #70200B

Tints of Falu Red #70200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 72.26%
G = 20.65%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70200B (or 0x70200B) is known color: Falu Red. HEX triplet: 70, 20 and 0B. RGB value is (112,32,11). Sum of RGB (Red+Green+Blue) = 112+32+11=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #70200B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70200B is #8FDFF4. Grayscale: #353535. Windows color (decimal): -9428981 or 729200. OLE color: 729200.

HSL color Cylindrical-coordinate representation of color #70200B: hue angle of 12.48º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70200B is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 11 -
CMYK 0 0.71 0.90 0.56
HSL 12.48º 0.82% 0.24% -
HSV(B) 12.48º 0.9% 0.44% -
XYZ 7.26 4.5 0.8 -
YUV 53.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 112 32 11 0 0.71 0.90 0.56 12.48 0.82 0.24
Hex 70 20 B 0 47 5A 38 C 52 18
Octal 160 40 13 0 107 132 70 14 122 30
Binary 1110000 100000 1011 0 1000111 1011010 111000 1100 1010010 11000

Color Harmonies of #70200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70200B

Black with #70200B

Text Example


Text Example

White with #70200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70200B; }

 p { color: rgb(112,32,11); }

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

background-color css

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

 a { background-color: rgb(112,32,11); }

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

border-color css

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

 span { border-color: rgb(112,32,11); }

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