Html Css Color HEX #70180B Falu Red

📋 copy color: '#70180B'

red 112 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #70180B

Tints of Falu Red #70180B

RGB

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

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

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

R = 76.19%
G = 16.33%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70180B (or 0x70180B) is known color: Falu Red. HEX triplet: 70, 18 and 0B. RGB value is (112,24,11). Sum of RGB (Red+Green+Blue) = 112+24+11=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70180B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70180B is #8FE7F4. Grayscale: #303030. Windows color (decimal): -9431029 or 727152. OLE color: 727152.

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

Color convert

RGB 112 24 11 -
CMYK 0 0.79 0.90 0.56
HSL 7.72º 0.82% 0.24% -
HSV(B) 7.72º 0.9% 0.44% -
XYZ 7.07 4.12 0.74 -
YUV 48.83 106.65 173.06 -
System Red Green Blue C M Y K H S L
Decimal 112 24 11 0 0.79 0.90 0.56 7.72 0.82 0.24
Hex 70 18 B 0 4F 5A 38 8 52 18
Octal 160 30 13 0 117 132 70 10 122 30
Binary 1110000 11000 1011 0 1001111 1011010 111000 1000 1010010 11000

Color Harmonies of #70180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70180B

Black with #70180B

Text Example


Text Example

White with #70180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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