#BE511A

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

Shades of Rust #BE511A

Tints of Rust #BE511A

Color information

#BE511A (or 0xBE511A) is unknown color: approx Rust. HEX triplet: BE, 51 and 1A. RGB value is (190,81,26). Sum of RGB (Red+Green+Blue) = 190+81+26=297 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.97% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 190 - color contains mainly: red. Hex color #BE511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE511A is #41AEE5. Grayscale: #6B6B6B. Windows color (decimal): -4304614 or 1724862. OLE color: 1724862.

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

Color convert

RGB1908126-
CMYK00.570.860.25
HSL20.12º75.93%42.35%-
HSV(B)20.12º86.32%74.51%-
XYZ24.3616.912.96-
YUV107.3282.11186.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.97%
GREEN value IS 81 (32.03% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=63.97%
G=27.27%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190812600.570.860.2520.1275.9342.35
HexBE511A0395619144c2a
Octal27612132071126312411452
Binary101111101010001110100111001101011011001101001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE511A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE511A; }

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

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

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

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

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

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

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

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