#BE531B

Color #BE531B Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BE531B

Tints of Rust #BE531B

Color information

#BE531B (or 0xBE531B) is unknown color: approx Rust. HEX triplet: BE, 53 and 1B. RGB value is (190,83,27). Sum of RGB (Red+Green+Blue) = 190+83+27=300 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.33% from 300); Green value is 83 (32.81% from 255 or 27.67% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 190 - color contains mainly: red. Hex color #BE531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE531B is #41ACE4. Grayscale: #6C6C6C. Windows color (decimal): -4304101 or 1790910. OLE color: 1790910.

HSL color Cylindrical-coordinate representation of color #BE531B: hue angle of 20.61º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE531B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1908327-
CMYK00.560.860.25
HSL20.61º75.12%42.55%-
HSV(B)20.61º85.79%74.51%-
XYZ24.5317.213.07-
YUV108.6181.95186.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.33%
GREEN value IS 83 (32.81% from 255) = 27.67%
BLUE value IS 27 (10.94% from 255) = 9%
R=63.33%
G=27.67%
B=9%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190832700.560.860.2520.6175.1242.55
HexBE531B0385619154b2b
Octal27612333070126312511353
Binary101111101010011110110111000101011011001101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE531B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE531B; }

 p { color: rgb(190,83,27); }

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

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

 a { background-color: rgb(190,83,27); }

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

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

 span { border-color: rgb(190,83,27); }

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