#BE4912

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

Shades of Rust #BE4912

Tints of Rust #BE4912

Color information

#BE4912 (or 0xBE4912) is unknown color: approx Rust. HEX triplet: BE, 49 and 12. RGB value is (190,73,18). Sum of RGB (Red+Green+Blue) = 190+73+18=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4912 is #41B6ED. Grayscale: #666666. Windows color (decimal): -4306670 or 1198526. OLE color: 1198526.

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

Color convert

RGB1907318-
CMYK00.620.910.25
HSL19.19º82.69%40.78%-
HSV(B)19.19º90.53%74.51%-
XYZ23.7315.762.36-
YUV101.7180.76190.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=67.62%
G=25.98%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190731800.620.910.2519.1982.6940.78
HexBE491203E5B19135329
Octal27611122076133312312351
Binary101111101001001100100111110101101111001100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4912; }

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

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

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

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

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

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

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

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