#BE4012

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

Shades of Rust #BE4012

Tints of Rust #BE4012

Color information

#BE4012 (or 0xBE4012) is unknown color: approx Rust. HEX triplet: BE, 40 and 12. RGB value is (190,64,18). Sum of RGB (Red+Green+Blue) = 190+64+18=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 18 (7.42% from 255 or 6.62% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4012 is #41BFED. Grayscale: #606060. Windows color (decimal): -4308974 or 1196222. OLE color: 1196222.

HSL color Cylindrical-coordinate representation of color #BE4012: hue angle of 16.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE4012 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1906418-
CMYK00.660.910.25
HSL16.05º82.69%40.78%-
HSV(B)16.05º90.53%74.51%-
XYZ23.1814.662.18-
YUV96.4383.74194.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.85%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 18 (7.42% from 255) = 6.62%
R=69.85%
G=23.53%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190641800.660.910.2516.0582.6940.78
HexBE40120425B19105329
Octal276100220102133312012351
Binary1011111010000001001001000010101101111001100001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4012; }

 p { color: rgb(190,64,18); }

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

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

 a { background-color: rgb(190,64,18); }

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

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

 span { border-color: rgb(190,64,18); }

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