#8B180C

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

Shades of Falu Red #8B180C

Tints of Falu Red #8B180C

Color information

#8B180C (or 0x8B180C) is unknown color: approx Falu Red. HEX triplet: 8B, 18 and 0C. RGB value is (139,24,12). Sum of RGB (Red+Green+Blue) = 139+24+12=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B180C is #74E7F3. Grayscale: #393939. Windows color (decimal): -7661556 or 792715. OLE color: 792715.

HSL color Cylindrical-coordinate representation of color #8B180C: hue angle of 5.67º 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 #8B180C is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1392412-
CMYK00.830.910.45
HSL5.67º84.11%29.61%-
HSV(B)5.67º91.37%54.51%-
XYZ11.046.170.96-
YUV57.02102.6186.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.43%
GREEN value IS 24 (9.77% from 255) = 13.71%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=79.43%
G=13.71%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139241200.830.910.455.6784.1129.61
Hex8B18C0535B2D6541e
Octal2133014012313355612436
Binary10001011110001100010100111011011101101110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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