#BE401B

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

Shades of Rust #BE401B

Tints of Rust #BE401B

Color information

#BE401B (or 0xBE401B) is unknown color: approx Rust. HEX triplet: BE, 40 and 1B. RGB value is (190,64,27). Sum of RGB (Red+Green+Blue) = 190+64+27=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE401B is #41BFE4. Grayscale: #616161. Windows color (decimal): -4308965 or 1786046. OLE color: 1786046.

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

Color convert

RGB1906427-
CMYK00.660.860.25
HSL13.62º75.12%42.55%-
HSV(B)13.62º85.79%74.51%-
XYZ23.2714.692.65-
YUV97.4688.24194.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=67.62%
G=22.78%
B=9.61%

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
Decimal190642700.660.860.2513.6275.1242.55
HexBE401B0425619e4b2b
Octal276100330102126311611353
Binary101111101000000110110100001010101101100111101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE401B; }

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

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

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

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

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

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

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

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