#BE481F

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

Shades of Rust #BE481F

Tints of Rust #BE481F

Color information

#BE481F (or 0xBE481F) is unknown color: approx Rust. HEX triplet: BE, 48 and 1F. RGB value is (190,72,31). Sum of RGB (Red+Green+Blue) = 190+72+31=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE481F is #41B7E0. Grayscale: #666666. Windows color (decimal): -4306913 or 2050238. OLE color: 2050238.

HSL color Cylindrical-coordinate representation of color #BE481F: hue angle of 15.47º degrees, saturation: 0.72, 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 #BE481F is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB1907231-
CMYK00.620.840.25
HSL15.47º71.95%43.33%-
HSV(B)15.47º83.68%74.51%-
XYZ23.815.683.07-
YUV102.6187.59190.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 31 (12.5% from 255) = 10.58%
R=64.85%
G=24.57%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190723100.620.840.2515.4771.9543.33
HexBE481F03E5419f482b
Octal27611037076124311711053
Binary10111110100100011111011111010101001100111111001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE481F; }

 p { color: rgb(190,72,31); }

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

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

 a { background-color: rgb(190,72,31); }

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

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

 span { border-color: rgb(190,72,31); }

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