#BE460B

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

Shades of Rust #BE460B

Tints of Rust #BE460B

Color information

#BE460B (or 0xBE460B) is unknown color: approx Rust. HEX triplet: BE, 46 and 0B. RGB value is (190,70,11). Sum of RGB (Red+Green+Blue) = 190+70+11=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE460B is #41B9F4. Grayscale: #636363. Windows color (decimal): -4307445 or 739006. OLE color: 739006.

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

Color convert

RGB1907011-
CMYK00.630.940.25
HSL19.78º89.05%39.41%-
HSV(B)19.78º94.21%74.51%-
XYZ23.4915.352.04-
YUV99.1578.26192.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 11 (4.69% from 255) = 4.06%
R=70.11%
G=25.83%
B=4.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190701100.630.940.2519.7889.0539.41
HexBE46B03F5E19145927
Octal27610613077136312413147
Binary10111110100011010110111111101111011001101001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE460B; }

 p { color: rgb(190,70,11); }

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

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

 a { background-color: rgb(190,70,11); }

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

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

 span { border-color: rgb(190,70,11); }

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