#8B2203

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

Shades of Falu Red #8B2203

Tints of Falu Red #8B2203

Color information

#8B2203 (or 0x8B2203) is unknown color: approx Falu Red. HEX triplet: 8B, 22 and 03. RGB value is (139,34,3). Sum of RGB (Red+Green+Blue) = 139+34+3=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 3 (1.56% from 255 or 1.70% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B2203 is #74DDFC. Grayscale: #3E3E3E. Windows color (decimal): -7659005 or 205451. OLE color: 205451.

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

Color convert

RGB139343-
CMYK00.760.980.45
HSL13.68º95.77%27.84%-
HSV(B)13.68º97.84%54.51%-
XYZ11.246.640.78-
YUV61.8694.79183.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.98%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 3 (1.56% from 255) = 1.70%
R=78.98%
G=19.32%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13934300.760.980.4513.6895.7727.84
Hex8B22304C622De601c
Octal2134230114142551614034
Binary10001011100010110100110011000101011011110110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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