#BE4C1A

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

Shades of Rust #BE4C1A

Tints of Rust #BE4C1A

Color information

#BE4C1A (or 0xBE4C1A) is unknown color: approx Rust. HEX triplet: BE, 4C and 1A. RGB value is (190,76,26). Sum of RGB (Red+Green+Blue) = 190+76+26=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4C1A is #41B3E5. Grayscale: #686868. Windows color (decimal): -4305894 or 1723582. OLE color: 1723582.

HSL color Cylindrical-coordinate representation of color #BE4C1A: hue angle of 18.29º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE4C1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB1907626-
CMYK00.600.860.25
HSL18.29º75.93%42.35%-
HSV(B)18.29º86.32%74.51%-
XYZ24.0116.192.84-
YUV104.3983.77189.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 26 (10.55% from 255) = 8.90%
R=65.07%
G=26.03%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190762600.600.860.2518.2975.9342.35
HexBE4C1A03C5619124c2a
Octal27611432074126312211452
Binary101111101001100110100111100101011011001100101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4C1A; }

 p { color: rgb(190,76,26); }

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

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

 a { background-color: rgb(190,76,26); }

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

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

 span { border-color: rgb(190,76,26); }

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