#92180A

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

Shades of Falu Red #92180A

Tints of Falu Red #92180A

Color information

#92180A (or 0x92180A) is unknown color: approx Falu Red. HEX triplet: 92, 18 and 0A. RGB value is (146,24,10). Sum of RGB (Red+Green+Blue) = 146+24+10=180 (23% of max value = 765). Red value is 146 (57.42% from 255 or 81.11% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 10 (4.30% from 255 or 5.56% from 180); Max value from RGB is 146 - color contains mainly: red. Hex color #92180A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #92180A is #6DE7F5. Grayscale: #3B3B3B. Windows color (decimal): -7202806 or 661650. OLE color: 661650.

HSL color Cylindrical-coordinate representation of color #92180A: hue angle of 6.18º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #92180A is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1462410-
CMYK00.840.930.43
HSL6.18º87.18%30.59%-
HSV(B)6.18º93.15%57.25%-
XYZ12.246.790.95-
YUV58.88100.42190.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 81.11%
GREEN value IS 24 (9.77% from 255) = 13.33%
BLUE value IS 10 (4.30% from 255) = 5.56%
R=81.11%
G=13.33%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146241000.840.930.436.1887.1830.59
Hex9218A0545D2B6571f
Octal2223012012413553612737
Binary10010010110001010010101001011101101011110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92180A; }

 p { color: rgb(146,24,10); }

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

<style>
 a { background-color: #92180A; }

 a { background-color: rgb(146,24,10); }

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

<style>
 span { border-color: #92180A; }

 span { border-color: rgb(146,24,10); }

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