Html Css Color HEX #70150B Falu Red

📋 copy color: '#70150B'

red 112 ◦ green 21 ◦ blue 11

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

Shades of Falu Red #70150B

Tints of Falu Red #70150B

RGB

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

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

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

R = 77.78%
G = 14.58%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70150B (or 0x70150B) is known color: Falu Red. HEX triplet: 70, 15 and 0B. RGB value is (112,21,11). Sum of RGB (Red+Green+Blue) = 112+21+11=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70150B is #8FEAF4. Grayscale: #2F2F2F. Windows color (decimal): -9431797 or 726384. OLE color: 726384.

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

Color convert

RGB 112 21 11 -
CMYK 0 0.81 0.90 0.56
HSL 5.94º 0.82% 0.24% -
HSV(B) 5.94º 0.9% 0.44% -
XYZ 7.01 4.01 0.72 -
YUV 47.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 112 21 11 0 0.81 0.90 0.56 5.94 0.82 0.24
Hex 70 15 B 0 51 5A 38 6 52 18
Octal 160 25 13 0 121 132 70 6 122 30
Binary 1110000 10101 1011 0 1010001 1011010 111000 110 1010010 11000

Color Harmonies of #70150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70150B

Black with #70150B

Text Example


Text Example

White with #70150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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