#8B120C

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

Shades of Falu Red #8B120C

Tints of Falu Red #8B120C

Color information

#8B120C (or 0x8B120C) is unknown color: approx Falu Red. HEX triplet: 8B, 12 and 0C. RGB value is (139,18,12). Sum of RGB (Red+Green+Blue) = 139+18+12=169 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.25% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 139 - color contains mainly: red. Hex color #8B120C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B120C is #74EDF3. Grayscale: #353535. Windows color (decimal): -7663092 or 791179. OLE color: 791179.

HSL color Cylindrical-coordinate representation of color #8B120C: hue angle of 2.83º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B120C is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1391812-
CMYK00.870.910.45
HSL2.83º84.11%29.61%-
HSV(B)2.83º91.37%54.51%-
XYZ10.935.950.92-
YUV53.5104.59188.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 82.25%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 12 (5.08% from 255) = 7.10%
R=82.25%
G=10.65%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139181200.870.910.452.8384.1129.61
Hex8B12C0575B2D3541e
Octal2132214012713355312436
Binary1000101110010110001010111101101110110111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B120C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,12); }

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

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

 a { background-color: rgb(139,18,12); }

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

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

 span { border-color: rgb(139,18,12); }

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