#BE4B1E

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

Shades of Rust #BE4B1E

Tints of Rust #BE4B1E

Color information

#BE4B1E (or 0xBE4B1E) is unknown color: approx Rust. HEX triplet: BE, 4B and 1E. RGB value is (190,75,30). Sum of RGB (Red+Green+Blue) = 190+75+30=295 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.41% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4B1E is #41B4E1. Grayscale: #686868. Windows color (decimal): -4306146 or 1985470. OLE color: 1985470.

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

Color convert

RGB1907530-
CMYK00.610.840.25
HSL16.88º72.73%43.14%-
HSV(B)16.88º84.21%74.51%-
XYZ23.9916.073.07-
YUV104.2686.1189.16-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.41%
GREEN value IS 75 (29.69% from 255) = 25.42%
BLUE value IS 30 (12.11% from 255) = 10.17%
R=64.41%
G=25.42%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190753000.610.840.2516.8872.7343.14
HexBE4B1E03D541911492b
Octal27611336075124312111153
Binary101111101001011111100111101101010011001100011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B1E; }

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

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

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

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

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

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

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

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