Html Css Color HEX #70100A Falu Red

📋 copy color: '#70100A'

red 112 ◦ green 16 ◦ blue 10

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

Shades of Falu Red #70100A

Tints of Falu Red #70100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.59%

 BLUE value IS 10 (4.3% from 255) = 7.25%

R = 81.16%
G = 11.59%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70100A (or 0x70100A) is known color: Falu Red. HEX triplet: 70, 10 and 0A. RGB value is (112,16,10). Sum of RGB (Red+Green+Blue) = 112+16+10=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #70100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70100A is #8FEFF5. Grayscale: #2C2C2C. Windows color (decimal): -9433078 or 659568. OLE color: 659568.

HSL color Cylindrical-coordinate representation of color #70100A: hue angle of 3.53º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70100A is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 16 10 -
CMYK 0 0.86 0.91 0.56
HSL 3.53º 0.84% 0.24% -
HSV(B) 3.53º 0.91% 0.44% -
XYZ 6.92 3.84 0.66 -
YUV 44.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 112 16 10 0 0.86 0.91 0.56 3.53 0.84 0.24
Hex 70 10 A 0 56 5B 38 4 54 18
Octal 160 20 12 0 126 133 70 4 124 30
Binary 1110000 10000 1010 0 1010110 1011011 111000 100 1010100 11000

Color Harmonies of #70100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70100A

Black with #70100A

Text Example


Text Example

White with #70100A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70100A; }

 p { color: rgb(112,16,10); }

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

background-color css

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

 a { background-color: rgb(112,16,10); }

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

border-color css

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

 span { border-color: rgb(112,16,10); }

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