Html Css Color HEX #70130C Falu Red

📋 copy color: '#70130C'

red 112 ◦ green 19 ◦ blue 12

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

Shades of Falu Red #70130C

Tints of Falu Red #70130C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.29%

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 78.32%
G = 13.29%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70130C (or 0x70130C) is known color: Falu Red. HEX triplet: 70, 13 and 0C. RGB value is (112,19,12). Sum of RGB (Red+Green+Blue) = 112+19+12=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #70130C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70130C is #8FECF3. Grayscale: #2E2E2E. Windows color (decimal): -9432308 or 791408. OLE color: 791408.

HSL color Cylindrical-coordinate representation of color #70130C: hue angle of 4.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70130C is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 19 12 -
CMYK 0 0.83 0.89 0.56
HSL 4.2º 0.81% 0.24% -
HSV(B) 4.2º 0.89% 0.44% -
XYZ 6.98 3.94 0.74 -
YUV 46.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 112 19 12 0 0.83 0.89 0.56 4.2 0.81 0.24
Hex 70 13 C 0 53 59 38 4 51 18
Octal 160 23 14 0 123 131 70 4 121 30
Binary 1110000 10011 1100 0 1010011 1011001 111000 100 1010001 11000

Color Harmonies of #70130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70130C

Black with #70130C

Text Example


Text Example

White with #70130C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70130C; }

 p { color: rgb(112,19,12); }

 H1.HeaderClassName
 {
   color: #70130C;
 }
 .AnyTagClassName
 {
   color: #70130C;
 }
</style>

background-color css

<style>
 a { background-color: #70130C; }

 a { background-color: rgb(112,19,12); }

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

border-color css

<style>
 span { border-color: #70130C; }

 span { border-color: rgb(112,19,12); }

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