#BE451F

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

Shades of Rust #BE451F

Tints of Rust #BE451F

Color information

#BE451F (or 0xBE451F) is unknown color: approx Rust. HEX triplet: BE, 45 and 1F. RGB value is (190,69,31). Sum of RGB (Red+Green+Blue) = 190+69+31=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE451F is #41BAE0. Grayscale: #656565. Windows color (decimal): -4307681 or 2049470. OLE color: 2049470.

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

Color convert

RGB1906931-
CMYK00.640.840.25
HSL14.34º71.95%43.33%-
HSV(B)14.34º83.68%74.51%-
XYZ23.6115.33.01-
YUV100.8588.59191.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.52%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 31 (12.5% from 255) = 10.69%
R=65.52%
G=23.79%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190693100.640.840.2514.3471.9543.33
HexBE451F0405419e482b
Octal276105370100124311611053
Binary101111101000101111110100000010101001100111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE451F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE451F; }

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

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

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

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

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

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

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

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