#8A180C

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

Shades of Falu Red #8A180C

Tints of Falu Red #8A180C

Color information

#8A180C (or 0x8A180C) is unknown color: approx Falu Red. HEX triplet: 8A, 18 and 0C. RGB value is (138,24,12). Sum of RGB (Red+Green+Blue) = 138+24+12=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A180C is #75E7F3. Grayscale: #383838. Windows color (decimal): -7727092 or 792714. OLE color: 792714.

HSL color Cylindrical-coordinate representation of color #8A180C: hue angle of 5.71º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A180C is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1382412-
CMYK00.830.910.46
HSL5.71º84%29.41%-
HSV(B)5.71º91.3%54.12%-
XYZ10.876.080.95-
YUV56.72102.77185.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 12 (5.08% from 255) = 6.90%
R=79.31%
G=13.79%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138241200.830.910.465.718429.41
Hex8A18C0535B2E6541d
Octal2123014012313356612435
Binary10001010110001100010100111011011101110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A180C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,12); }

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

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

 a { background-color: rgb(138,24,12); }

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

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

 span { border-color: rgb(138,24,12); }

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