#BE451A

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

Shades of Rust #BE451A

Tints of Rust #BE451A

Color information

#BE451A (or 0xBE451A) is unknown color: approx Rust. HEX triplet: BE, 45 and 1A. RGB value is (190,69,26). Sum of RGB (Red+Green+Blue) = 190+69+26=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451A is #41BAE5. Grayscale: #646464. Windows color (decimal): -4307686 or 1721790. OLE color: 1721790.

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

Color convert

RGB1906926-
CMYK00.640.860.25
HSL15.73º75.93%42.35%-
HSV(B)15.73º86.32%74.51%-
XYZ23.5515.282.69-
YUV100.2886.09192-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.67%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 26 (10.55% from 255) = 9.12%
R=66.67%
G=24.21%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190692600.640.860.2515.7375.9342.35
HexBE451A0405619104c2a
Octal276105320100126312011452
Binary1011111010001011101001000000101011011001100001001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE451A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE451A; }

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

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

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

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

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

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

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

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