#8B2212

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

Shades of Falu Red #8B2212

Tints of Falu Red #8B2212

Color information

#8B2212 (or 0x8B2212) is unknown color: approx Falu Red. HEX triplet: 8B, 22 and 12. RGB value is (139,34,18). Sum of RGB (Red+Green+Blue) = 139+34+18=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 34 (13.67% from 255 or 17.80% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2212 is #74DDED. Grayscale: #3F3F3F. Windows color (decimal): -7658990 or 1188491. OLE color: 1188491.

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

Color convert

RGB1393418-
CMYK00.760.870.45
HSL7.93º77.07%30.78%-
HSV(B)7.93º87.05%54.51%-
XYZ11.336.681.26-
YUV63.57102.29181.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.77%
GREEN value IS 34 (13.67% from 255) = 17.80%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=72.77%
G=17.80%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139341800.760.870.457.9377.0730.78
Hex8B221204C572D84d1f
Octal21342220114127551011537
Binary10001011100010100100100110010101111011011000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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