#BE440A

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

Shades of Rust #BE440A

Tints of Rust #BE440A

Color information

#BE440A (or 0xBE440A) is unknown color: approx Rust. HEX triplet: BE, 44 and 0A. RGB value is (190,68,10). Sum of RGB (Red+Green+Blue) = 190+68+10=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE440A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE440A is #41BBF5. Grayscale: #626262. Windows color (decimal): -4307958 or 672958. OLE color: 672958.

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

Color convert

RGB1906810-
CMYK00.640.950.25
HSL19.33º90%39.22%-
HSV(B)19.33º94.74%74.51%-
XYZ23.3615.11.97-
YUV97.8778.42193.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.90%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=70.90%
G=25.37%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190681000.640.950.2519.339039.22
HexBE44A0405F19135a27
Octal276104120100137312313247
Binary101111101000100101001000000101111111001100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE440A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE440A; }

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

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

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

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

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

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

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

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