#BE4510

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

Shades of Rust #BE4510

Tints of Rust #BE4510

Color information

#BE4510 (or 0xBE4510) is unknown color: approx Rust. HEX triplet: BE, 45 and 10. RGB value is (190,69,16). Sum of RGB (Red+Green+Blue) = 190+69+16=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4510 is #41BAEF. Grayscale: #636363. Windows color (decimal): -4307696 or 1066430. OLE color: 1066430.

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

Color convert

RGB1906916-
CMYK00.640.920.25
HSL18.28º84.47%40.39%-
HSV(B)18.28º91.58%74.51%-
XYZ23.4615.242.2-
YUV99.1481.09192.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.09%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 16 (6.64% from 255) = 5.82%
R=69.09%
G=25.09%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190691600.640.920.2518.2884.4740.39
HexBE45100405C19125428
Octal276105200100134312212450
Binary1011111010001011000001000000101110011001100101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4510; }

 p { color: rgb(190,69,16); }

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

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

 a { background-color: rgb(190,69,16); }

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

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

 span { border-color: rgb(190,69,16); }

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