#BE5213

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

Shades of Rust #BE5213

Tints of Rust #BE5213

Color information

#BE5213 (or 0xBE5213) is unknown color: approx Rust. HEX triplet: BE, 52 and 13. RGB value is (190,82,19). Sum of RGB (Red+Green+Blue) = 190+82+19=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5213 is #41ADEC. Grayscale: #6B6B6B. Windows color (decimal): -4304365 or 1266366. OLE color: 1266366.

HSL color Cylindrical-coordinate representation of color #BE5213: hue angle of 22.11º 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 #BE5213 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1908219-
CMYK00.570.900.25
HSL22.11º81.82%40.98%-
HSV(B)22.11º90%74.51%-
XYZ24.3717.032.62-
YUV107.1178.28187.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=65.29%
G=28.18%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190821900.570.900.2522.1181.8240.98
HexBE52130395A19165229
Octal27612223071132312612251
Binary101111101010010100110111001101101011001101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5213; }

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

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

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

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

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

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

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

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