#BE461B

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

Shades of Rust #BE461B

Tints of Rust #BE461B

Color information

#BE461B (or 0xBE461B) is unknown color: approx Rust. HEX triplet: BE, 46 and 1B. RGB value is (190,70,27). Sum of RGB (Red+Green+Blue) = 190+70+27=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE461B is #41B9E4. Grayscale: #656565. Windows color (decimal): -4307429 or 1787582. OLE color: 1787582.

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

Color convert

RGB1907027-
CMYK00.630.860.25
HSL15.83º75.12%42.55%-
HSV(B)15.83º85.79%74.51%-
XYZ23.6215.412.77-
YUV100.9886.26191.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=66.20%
G=24.39%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190702700.630.860.2515.8375.1242.55
HexBE461B03F5619104b2b
Octal27610633077126312011353
Binary101111101000110110110111111101011011001100001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE461B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE461B; }

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

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

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

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

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

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

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

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