Html Css Color HEX #701A02 Falu Red

📋 copy color: '#701A02'

red 112 ◦ green 26 ◦ blue 2

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

Shades of Falu Red #701A02

Tints of Falu Red #701A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 80%
G = 18.57%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#701A02 (or 0x701A02) is known color: Falu Red. HEX triplet: 70, 1A and 02. RGB value is (112,26,2). Sum of RGB (Red+Green+Blue) = 112+26+2=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #701A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A02 is #8FE5FD. Grayscale: #313131. Windows color (decimal): -9430526 or 137840. OLE color: 137840.

HSL color Cylindrical-coordinate representation of color #701A02: hue angle of 13.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #701A02 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 2 -
CMYK 0 0.77 0.98 0.56
HSL 13.09º 0.96% 0.22% -
HSV(B) 13.09º 0.98% 0.44% -
XYZ 7.06 4.19 0.49 -
YUV 48.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 112 26 2 0 0.77 0.98 0.56 13.09 0.96 0.22
Hex 70 1A 2 0 4D 62 38 D 60 16
Octal 160 32 2 0 115 142 70 15 140 26
Binary 1110000 11010 10 0 1001101 1100010 111000 1101 1100000 10110

Color Harmonies of #701A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A02

Black with #701A02

Text Example


Text Example

White with #701A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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