#BE490D

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

Shades of Rust #BE490D

Tints of Rust #BE490D

Color information

#BE490D (or 0xBE490D) is unknown color: approx Rust. HEX triplet: BE, 49 and 0D. RGB value is (190,73,13). Sum of RGB (Red+Green+Blue) = 190+73+13=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE490D is #41B6F2. Grayscale: #656565. Windows color (decimal): -4306675 or 870846. OLE color: 870846.

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

Color convert

RGB1907313-
CMYK00.620.930.25
HSL20.34º87.19%39.8%-
HSV(B)20.34º93.16%74.51%-
XYZ23.6915.742.17-
YUV101.1478.26191.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.84%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=68.84%
G=26.45%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190731300.620.930.2520.3487.1939.8
HexBE49D03E5D19145728
Octal27611115076135312412750
Binary10111110100100111010111110101110111001101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE490D; }

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

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

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

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

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

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

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

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