#BE4B10

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

Shades of Rust #BE4B10

Tints of Rust #BE4B10

Color information

#BE4B10 (or 0xBE4B10) is unknown color: approx Rust. HEX triplet: BE, 4B and 10. RGB value is (190,75,16). Sum of RGB (Red+Green+Blue) = 190+75+16=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4B10 is #41B4EF. Grayscale: #676767. Windows color (decimal): -4306160 or 1067966. OLE color: 1067966.

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

Color convert

RGB1907516-
CMYK00.610.920.25
HSL20.34º84.47%40.39%-
HSV(B)20.34º91.58%74.51%-
XYZ23.8416.022.32-
YUV102.6679.1190.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=67.62%
G=26.69%
B=5.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190751600.610.920.2520.3484.4740.39
HexBE4B1003D5C19145428
Octal27611320075134312412450
Binary101111101001011100000111101101110011001101001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B10; }

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

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

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

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

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

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

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

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