Html Css Color HEX #701A0A Falu Red

📋 copy color: '#701A0A'

red 112 ◦ green 26 ◦ blue 10

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

Shades of Falu Red #701A0A

Tints of Falu Red #701A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.57%

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

R = 75.68%
G = 17.57%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#701A0A (or 0x701A0A) is known color: Falu Red. HEX triplet: 70, 1A and 0A. RGB value is (112,26,10). Sum of RGB (Red+Green+Blue) = 112+26+10=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 10 (4.30% from 255 or 6.76% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #701A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A0A is #8FE5F5. Grayscale: #323232. Windows color (decimal): -9430518 or 662128. OLE color: 662128.

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

Color convert

RGB 112 26 10 -
CMYK 0 0.77 0.91 0.56
HSL 9.41º 0.84% 0.24% -
HSV(B) 9.41º 0.91% 0.44% -
XYZ 7.11 4.21 0.72 -
YUV 49.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 112 26 10 0 0.77 0.91 0.56 9.41 0.84 0.24
Hex 70 1A A 0 4D 5B 38 9 54 18
Octal 160 32 12 0 115 133 70 11 124 30
Binary 1110000 11010 1010 0 1001101 1011011 111000 1001 1010100 11000

Color Harmonies of #701A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A0A

Black with #701A0A

Text Example


Text Example

White with #701A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701A0A; }

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

 H1.HeaderClassName
 {
   color: #701A0A;
 }
 .AnyTagClassName
 {
   color: #701A0A;
 }
</style>

background-color css

<style>
 a { background-color: #701A0A; }

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

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

border-color css

<style>
 span { border-color: #701A0A; }

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

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