#8B1C0B

Color #8B1C0B Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #8B1C0B

Tints of Falu Red #8B1C0B

Color information

#8B1C0B (or 0x8B1C0B) is unknown color: approx Falu Red. HEX triplet: 8B, 1C and 0B. RGB value is (139,28,11). Sum of RGB (Red+Green+Blue) = 139+28+11=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1C0B is #74E3F4. Grayscale: #3B3B3B. Windows color (decimal): -7660533 or 728203. OLE color: 728203.

HSL color Cylindrical-coordinate representation of color #8B1C0B: hue angle of 7.97º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B1C0B is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB1392811-
CMYK00.800.920.45
HSL7.97º85.33%29.41%-
HSV(B)7.97º92.09%54.51%-
XYZ11.126.340.95-
YUV59.25100.77184.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.09%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=78.09%
G=15.73%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139281100.800.920.457.9785.3329.41
Hex8B1CB0505C2D8551d
Octal21334130120134551012535
Binary100010111110010110101000010111001011011000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B1C0B; }

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

 H1.HeaderClassName
 {
   color: #8B1C0B;
 }
 .AnyTagClassName
 {
   color: #8B1C0B;
 }
</style>
background-color css

<style>
 a { background-color: #8B1C0B; }

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

 div.DivClassName
 {
   background-color: #8B1C0B;
 }
 .BgClassName
 {
   background-color: #8B1C0B;
 }
</style>
border-color css

<style>
 span { border-color: #8B1C0B; }

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

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