#92230A

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

Shades of Falu Red #92230A

Tints of Falu Red #92230A

Color information

#92230A (or 0x92230A) is unknown color: approx Falu Red. HEX triplet: 92, 23 and 0A. RGB value is (146,35,10). Sum of RGB (Red+Green+Blue) = 146+35+10=191 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.44% from 191); Green value is 35 (14.06% from 255 or 18.32% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 146 - color contains mainly: red. Hex color #92230A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #92230A is #6DDCF5. Grayscale: #414141. Windows color (decimal): -7199990 or 664466. OLE color: 664466.

HSL color Cylindrical-coordinate representation of color #92230A: hue angle of 11.03º 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 #92230A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1463510-
CMYK00.760.930.43
HSL11.03º87.18%30.59%-
HSV(B)11.03º93.15%57.25%-
XYZ12.517.331.04-
YUV65.3496.77185.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.44%
GREEN value IS 35 (14.06% from 255) = 18.32%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=76.44%
G=18.32%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146351000.760.930.4311.0387.1830.59
Hex9223A04C5D2Bb571f
Octal22243120114135531312737
Binary1001001010001110100100110010111011010111011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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