Html Css Color HEX #701C0B Falu Red

📋 copy color: '#701C0B'

red 112 ◦ green 28 ◦ blue 11

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

Shades of Falu Red #701C0B

Tints of Falu Red #701C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.54%

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

R = 74.17%
G = 18.54%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#701C0B (or 0x701C0B) is known color: Falu Red. HEX triplet: 70, 1C and 0B. RGB value is (112,28,11). Sum of RGB (Red+Green+Blue) = 112+28+11=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 11 (4.69% from 255 or 7.28% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C0B is #8FE3F4. Grayscale: #333333. Windows color (decimal): -9430005 or 728176. OLE color: 728176.

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

Color convert

RGB 112 28 11 -
CMYK 0 0.75 0.90 0.56
HSL 10.1º 0.82% 0.24% -
HSV(B) 10.1º 0.9% 0.44% -
XYZ 7.16 4.3 0.77 -
YUV 51.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 112 28 11 0 0.75 0.90 0.56 10.1 0.82 0.24
Hex 70 1C B 0 4B 5A 38 A 52 18
Octal 160 34 13 0 113 132 70 12 122 30
Binary 1110000 11100 1011 0 1001011 1011010 111000 1010 1010010 11000

Color Harmonies of #701C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701C0B

Black with #701C0B

Text Example


Text Example

White with #701C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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