Html Css Color HEX #70210B Falu Red

📋 copy color: '#70210B'

red 112 ◦ green 33 ◦ blue 11

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

Shades of Falu Red #70210B

Tints of Falu Red #70210B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.15%

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

R = 71.79%
G = 21.15%
B = 7.05%

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

#70210B (or 0x70210B) is known color: Falu Red. HEX triplet: 70, 21 and 0B. RGB value is (112,33,11). Sum of RGB (Red+Green+Blue) = 112+33+11=156 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.79% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 11 (4.69% from 255 or 7.05% from 156); Max value from RGB is 112 - color contains mainly: red. Hex color #70210B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70210B is #8FDEF4. Grayscale: #363636. Windows color (decimal): -9428725 or 729456. OLE color: 729456.

HSL color Cylindrical-coordinate representation of color #70210B: hue angle of 13.07º 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 #70210B is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 33 11 -
CMYK 0 0.71 0.90 0.56
HSL 13.07º 0.82% 0.24% -
HSV(B) 13.07º 0.9% 0.44% -
XYZ 7.29 4.56 0.81 -
YUV 54.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 112 33 11 0 0.71 0.90 0.56 13.07 0.82 0.24
Hex 70 21 B 0 47 5A 38 D 52 18
Octal 160 41 13 0 107 132 70 15 122 30
Binary 1110000 100001 1011 0 1000111 1011010 111000 1101 1010010 11000

Color Harmonies of #70210B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70210B

Black with #70210B

Text Example


Text Example

White with #70210B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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