#BE5411

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

Shades of Rust #BE5411

Tints of Rust #BE5411

Color information

#BE5411 (or 0xBE5411) is unknown color: approx Rust. HEX triplet: BE, 54 and 11. RGB value is (190,84,17). Sum of RGB (Red+Green+Blue) = 190+84+17=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE5411 is #41ABEE. Grayscale: #6C6C6C. Windows color (decimal): -4303855 or 1135806. OLE color: 1135806.

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

Color convert

RGB1908417-
CMYK00.560.910.25
HSL23.24º83.57%40.59%-
HSV(B)23.24º91.05%74.51%-
XYZ24.5117.332.58-
YUV108.0676.62186.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 17 (7.03% from 255) = 5.84%
R=65.29%
G=28.87%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190841700.560.910.2523.2483.5740.59
HexBE54110385B19175429
Octal27612421070133312712451
Binary101111101010100100010111000101101111001101111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5411; }

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

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

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

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

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

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

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

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