#BE5413

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

Shades of Rust #BE5413

Tints of Rust #BE5413

Color information

#BE5413 (or 0xBE5413) is unknown color: approx Rust. HEX triplet: BE, 54 and 13. RGB value is (190,84,19). Sum of RGB (Red+Green+Blue) = 190+84+19=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5413 is #41ABEC. Grayscale: #6C6C6C. Windows color (decimal): -4303853 or 1266878. OLE color: 1266878.

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

Color convert

RGB1908419-
CMYK00.560.900.25
HSL22.81º81.82%40.98%-
HSV(B)22.81º90%74.51%-
XYZ24.5217.332.67-
YUV108.2877.62186.29-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=64.85%
G=28.67%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190841900.560.900.2522.8181.8240.98
HexBE54130385A19175229
Octal27612423070132312712251
Binary101111101010100100110111000101101011001101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5413; }

 p { color: rgb(190,84,19); }

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

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

 a { background-color: rgb(190,84,19); }

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

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

 span { border-color: rgb(190,84,19); }

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