#BE461E

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

Shades of Rust #BE461E

Tints of Rust #BE461E

Color information

#BE461E (or 0xBE461E) is unknown color: approx Rust. HEX triplet: BE, 46 and 1E. RGB value is (190,70,30). Sum of RGB (Red+Green+Blue) = 190+70+30=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE461E is #41B9E1. Grayscale: #656565. Windows color (decimal): -4307426 or 1984190. OLE color: 1984190.

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

Color convert

RGB1907030-
CMYK00.630.840.25
HSL15º72.73%43.14%-
HSV(B)15º84.21%74.51%-
XYZ23.6615.422.96-
YUV101.3287.76191.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 30 (12.11% from 255) = 10.34%
R=65.52%
G=24.14%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190703000.630.840.251572.7343.14
HexBE461E03F5419f492b
Octal27610636077124311711153
Binary10111110100011011110011111110101001100111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE461E; }

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

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

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

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

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

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

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

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