Html Css Color HEX #8C180B Falu Red

📋 copy color: '#8C180B'

red 140 ◦ green 24 ◦ blue 11

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

Shades of Falu Red #8C180B

Tints of Falu Red #8C180B

RGB

 RED value IS 140 (55.08% from 255) = 80%

 GREEN value IS 24 (9.77% from 255) = 13.71%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 80%
G = 13.71%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8C180B (or 0x8C180B) is known color: Falu Red. HEX triplet: 8C, 18 and 0B. RGB value is (140,24,11). Sum of RGB (Red+Green+Blue) = 140+24+11=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C180B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C180B is #73E7F4. Grayscale: #393939. Windows color (decimal): -7596021 or 727180. OLE color: 727180.

HSL color Cylindrical-coordinate representation of color #8C180B: hue angle of 6.05º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C180B is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 24 11 -
CMYK 0 0.83 0.92 0.45
HSL 6.05º 0.85% 0.3% -
HSV(B) 6.05º 0.92% 0.55% -
XYZ 11.2 6.25 0.93 -
YUV 57.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 140 24 11 0 0.83 0.92 0.45 6.05 0.85 0.3
Hex 8C 18 B 0 53 5C 2D 6 55 1E
Octal 214 30 13 0 123 134 55 6 125 36
Binary 10001100 11000 1011 0 1010011 1011100 101101 110 1010101 11110

Color Harmonies of #8C180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C180B

Black with #8C180B

Text Example


Text Example

White with #8C180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,11); }

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

background-color css

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

 a { background-color: rgb(140,24,11); }

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

border-color css

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

 span { border-color: rgb(140,24,11); }

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