#BE441F

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

Shades of Rust #BE441F

Tints of Rust #BE441F

Color information

#BE441F (or 0xBE441F) is unknown color: approx Rust. HEX triplet: BE, 44 and 1F. RGB value is (190,68,31). Sum of RGB (Red+Green+Blue) = 190+68+31=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE441F is #41BBE0. Grayscale: #646464. Windows color (decimal): -4307937 or 2049214. OLE color: 2049214.

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

Color convert

RGB1906831-
CMYK00.640.840.25
HSL13.96º71.95%43.33%-
HSV(B)13.96º83.68%74.51%-
XYZ23.5515.182.99-
YUV100.2688.92192.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=65.74%
G=23.53%
B=10.73%

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
Decimal190683100.640.840.2513.9671.9543.33
HexBE441F0405419e482b
Octal276104370100124311611053
Binary101111101000100111110100000010101001100111101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE441F; }

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

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

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

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

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

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

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

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