Html Css Color HEX #8B160A Falu Red

📋 copy color: '#8B160A'

red 139 ◦ green 22 ◦ blue 10

#8B160A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #8B160A

Tints of Falu Red #8B160A

RGB

 RED value IS 139 (54.69% from 255) = 81.29%

 GREEN value IS 22 (8.98% from 255) = 12.87%

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 81.29%
G = 12.87%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B160A (or 0x8B160A) is known color: Falu Red. HEX triplet: 8B, 16 and 0A. RGB value is (139,22,10). Sum of RGB (Red+Green+Blue) = 139+22+10=171 (22% of max value = 765). Red value is 139 (54.69% from 255 or 81.29% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 139 - color contains mainly: red. Hex color #8B160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B160A is #74E9F5. Grayscale: #373737. Windows color (decimal): -7662070 or 661131. OLE color: 661131.

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

Color convert

RGB 139 22 10 -
CMYK 0 0.84 0.93 0.45
HSL 5.58º 0.87% 0.29% -
HSV(B) 5.58º 0.93% 0.55% -
XYZ 10.99 6.08 0.88 -
YUV 55.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 139 22 10 0 0.84 0.93 0.45 5.58 0.87 0.29
Hex 8B 16 A 0 54 5D 2D 6 57 1D
Octal 213 26 12 0 124 135 55 6 127 35
Binary 10001011 10110 1010 0 1010100 1011101 101101 110 1010111 11101

Color Harmonies of #8B160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B160A

Black with #8B160A

Text Example


Text Example

White with #8B160A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,22,10); }

 H1.HeaderClassName
 {
   color: #8B160A;
 }
 .AnyTagClassName
 {
   color: #8B160A;
 }
</style>

background-color css

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

 a { background-color: rgb(139,22,10); }

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

border-color css

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

 span { border-color: rgb(139,22,10); }

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