Html Css Color HEX #700F0A Falu Red

📋 copy color: '#700F0A'

red 112 ◦ green 15 ◦ blue 10

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

Shades of Falu Red #700F0A

Tints of Falu Red #700F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.95%

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

R = 81.75%
G = 10.95%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#700F0A (or 0x700F0A) is known color: Falu Red. HEX triplet: 70, 0F and 0A. RGB value is (112,15,10). Sum of RGB (Red+Green+Blue) = 112+15+10=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700F0A is #8FF0F5. Grayscale: #2B2B2B. Windows color (decimal): -9433334 or 659312. OLE color: 659312.

HSL color Cylindrical-coordinate representation of color #700F0A: hue angle of 2.94º 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 #700F0A is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 15 10 -
CMYK 0 0.87 0.91 0.56
HSL 2.94º 0.84% 0.24% -
HSV(B) 2.94º 0.91% 0.44% -
XYZ 6.91 3.81 0.66 -
YUV 43.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 112 15 10 0 0.87 0.91 0.56 2.94 0.84 0.24
Hex 70 F A 0 57 5B 38 3 54 18
Octal 160 17 12 0 127 133 70 3 124 30
Binary 1110000 1111 1010 0 1010111 1011011 111000 11 1010100 11000

Color Harmonies of #700F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700F0A

Black with #700F0A

Text Example


Text Example

White with #700F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700F0A; }

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

 H1.HeaderClassName
 {
   color: #700F0A;
 }
 .AnyTagClassName
 {
   color: #700F0A;
 }
</style>

background-color css

<style>
 a { background-color: #700F0A; }

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

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

border-color css

<style>
 span { border-color: #700F0A; }

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

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