#BE4A0D

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

Shades of Rust #BE4A0D

Tints of Rust #BE4A0D

Color information

#BE4A0D (or 0xBE4A0D) is unknown color: approx Rust. HEX triplet: BE, 4A and 0D. RGB value is (190,74,13). Sum of RGB (Red+Green+Blue) = 190+74+13=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4A0D is #41B5F2. Grayscale: #666666. Windows color (decimal): -4306419 or 871102. OLE color: 871102.

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

Color convert

RGB1907413-
CMYK00.610.930.25
HSL20.68º87.19%39.8%-
HSV(B)20.68º93.16%74.51%-
XYZ23.7615.872.19-
YUV101.7377.93190.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.59%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 13 (5.47% from 255) = 4.69%
R=68.59%
G=26.71%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190741300.610.930.2520.6887.1939.8
HexBE4AD03D5D19155728
Octal27611215075135312512750
Binary10111110100101011010111101101110111001101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A0D; }

 p { color: rgb(190,74,13); }

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

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

 a { background-color: rgb(190,74,13); }

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

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

 span { border-color: rgb(190,74,13); }

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