Html Css Color HEX #8B1C0C Falu Red

📋 copy color: '#8B1C0C'

red 139 ◦ green 28 ◦ blue 12

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

Shades of Falu Red #8B1C0C

Tints of Falu Red #8B1C0C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

 BLUE value IS 12 (5.08% from 255) = 6.7%

R = 77.65%
G = 15.64%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#8B1C0C (or 0x8B1C0C) is known color: Falu Red. HEX triplet: 8B, 1C and 0C. RGB value is (139,28,12). Sum of RGB (Red+Green+Blue) = 139+28+12=179 (23% of max value = 765). Red value is 139 (54.69% from 255 or 77.65% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1C0C is #74E3F3. Grayscale: #3B3B3B. Windows color (decimal): -7660532 or 793739. OLE color: 793739.

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

Color convert

RGB 139 28 12 -
CMYK 0 0.80 0.91 0.45
HSL 7.56º 0.84% 0.3% -
HSV(B) 7.56º 0.91% 0.55% -
XYZ 11.13 6.35 0.99 -
YUV 59.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 139 28 12 0 0.80 0.91 0.45 7.56 0.84 0.3
Hex 8B 1C C 0 50 5B 2D 8 54 1E
Octal 213 34 14 0 120 133 55 10 124 36
Binary 10001011 11100 1100 0 1010000 1011011 101101 1000 1010100 11110

Color Harmonies of #8B1C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C0C

Black with #8B1C0C

Text Example


Text Example

White with #8B1C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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