#BE440B

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

Shades of Rust #BE440B

Tints of Rust #BE440B

Color information

#BE440B (or 0xBE440B) is unknown color: approx Rust. HEX triplet: BE, 44 and 0B. RGB value is (190,68,11). Sum of RGB (Red+Green+Blue) = 190+68+11=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE440B is #41BBF4. Grayscale: #626262. Windows color (decimal): -4307957 or 738494. OLE color: 738494.

HSL color Cylindrical-coordinate representation of color #BE440B: hue angle of 19.11º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE440B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1906811-
CMYK00.640.940.25
HSL19.11º89.05%39.41%-
HSV(B)19.11º94.21%74.51%-
XYZ23.3615.112-
YUV97.9878.92193.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.63%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 11 (4.69% from 255) = 4.09%
R=70.63%
G=25.28%
B=4.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190681100.640.940.2519.1189.0539.41
HexBE44B0405E19135927
Octal276104130100136312313147
Binary101111101000100101101000000101111011001100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE440B; }

 p { color: rgb(190,68,11); }

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

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

 a { background-color: rgb(190,68,11); }

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

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

 span { border-color: rgb(190,68,11); }

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