Html Css Color HEX #70230B Falu Red

📋 copy color: '#70230B'

red 112 ◦ green 35 ◦ blue 11

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

Shades of Falu Red #70230B

Tints of Falu Red #70230B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.15%

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

R = 70.89%
G = 22.15%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70230B (or 0x70230B) is known color: Falu Red. HEX triplet: 70, 23 and 0B. RGB value is (112,35,11). Sum of RGB (Red+Green+Blue) = 112+35+11=158 (20% of max value = 765). Red value is 112 (44.14% from 255 or 70.89% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 11 (4.69% from 255 or 6.96% from 158); Max value from RGB is 112 - color contains mainly: red. Hex color #70230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70230B is #8FDCF4. Grayscale: #373737. Windows color (decimal): -9428213 or 729968. OLE color: 729968.

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

Color convert

RGB 112 35 11 -
CMYK 0 0.69 0.90 0.56
HSL 14.26º 0.82% 0.24% -
HSV(B) 14.26º 0.9% 0.44% -
XYZ 7.34 4.67 0.83 -
YUV 55.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 112 35 11 0 0.69 0.90 0.56 14.26 0.82 0.24
Hex 70 23 B 0 45 5A 38 E 52 18
Octal 160 43 13 0 105 132 70 16 122 30
Binary 1110000 100011 1011 0 1000101 1011010 111000 1110 1010010 11000

Color Harmonies of #70230B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70230B

Black with #70230B

Text Example


Text Example

White with #70230B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70230B; }

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

 H1.HeaderClassName
 {
   color: #70230B;
 }
 .AnyTagClassName
 {
   color: #70230B;
 }
</style>

background-color css

<style>
 a { background-color: #70230B; }

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

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

border-color css

<style>
 span { border-color: #70230B; }

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

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