#BE401A

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

Shades of Rust #BE401A

Tints of Rust #BE401A

Color information

#BE401A (or 0xBE401A) is unknown color: approx Rust. HEX triplet: BE, 40 and 1A. RGB value is (190,64,26). Sum of RGB (Red+Green+Blue) = 190+64+26=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401A is #41BFE5. Grayscale: #616161. Windows color (decimal): -4308966 or 1720510. OLE color: 1720510.

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

Color convert

RGB1906426-
CMYK00.660.860.25
HSL13.9º75.93%42.35%-
HSV(B)13.9º86.32%74.51%-
XYZ23.2614.692.59-
YUV97.3487.74194.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 64 (25.39% from 255) = 22.86%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=67.86%
G=22.86%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190642600.660.860.2513.975.9342.35
HexBE401A0425619e4c2a
Octal276100320102126311611452
Binary101111101000000110100100001010101101100111101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE401A; }

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

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

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

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

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

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

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

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