#BE451B

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

Shades of Rust #BE451B

Tints of Rust #BE451B

Color information

#BE451B (or 0xBE451B) is unknown color: approx Rust. HEX triplet: BE, 45 and 1B. RGB value is (190,69,27). Sum of RGB (Red+Green+Blue) = 190+69+27=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451B is #41BAE4. Grayscale: #646464. Windows color (decimal): -4307685 or 1787326. OLE color: 1787326.

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

Color convert

RGB1906927-
CMYK00.640.860.25
HSL15.46º75.12%42.55%-
HSV(B)15.46º85.79%74.51%-
XYZ23.5615.282.74-
YUV100.3986.59191.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.43%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 27 (10.94% from 255) = 9.44%
R=66.43%
G=24.13%
B=9.44%

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
Decimal190692700.640.860.2515.4675.1242.55
HexBE451B0405619f4b2b
Octal276105330100126311711353
Binary101111101000101110110100000010101101100111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE451B; }

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

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

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

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

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

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

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

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