#BE5115

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

Shades of Rust #BE5115

Tints of Rust #BE5115

Color information

#BE5115 (or 0xBE5115) is unknown color: approx Rust. HEX triplet: BE, 51 and 15. RGB value is (190,81,21). Sum of RGB (Red+Green+Blue) = 190+81+21=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5115 is #41AEEA. Grayscale: #6B6B6B. Windows color (decimal): -4304619 or 1397182. OLE color: 1397182.

HSL color Cylindrical-coordinate representation of color #BE5115: hue angle of 21.3º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE5115 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1908121-
CMYK00.570.890.25
HSL21.3º80.09%41.37%-
HSV(B)21.3º88.95%74.51%-
XYZ24.3116.892.69-
YUV106.7579.61187.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 21 (8.59% from 255) = 7.19%
R=65.07%
G=27.74%
B=7.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190812100.570.890.2521.380.0941.37
HexBE51150395919155029
Octal27612125071131312512051
Binary101111101010001101010111001101100111001101011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5115; }

 p { color: rgb(190,81,21); }

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

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

 a { background-color: rgb(190,81,21); }

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

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

 span { border-color: rgb(190,81,21); }

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