#BE4305

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

Shades of Rust #BE4305

Tints of Rust #BE4305

Color information

#BE4305 (or 0xBE4305) is unknown color: approx Rust. HEX triplet: BE, 43 and 05. RGB value is (190,67,5). Sum of RGB (Red+Green+Blue) = 190+67+5=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE4305 is #41BCFA. Grayscale: #616161. Windows color (decimal): -4308219 or 345022. OLE color: 345022.

HSL color Cylindrical-coordinate representation of color #BE4305: hue angle of 20.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE4305 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB190675-
CMYK00.650.970.25
HSL20.11º94.87%38.24%-
HSV(B)20.11º97.37%74.51%-
XYZ23.2714.971.81-
YUV96.7176.25194.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.52%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 5 (2.34% from 255) = 1.91%
R=72.52%
G=25.57%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19067500.650.970.2520.1194.8738.24
HexBE4350416119145f26
Octal27610350101141312413746
Binary10111110100001110101000001110000111001101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4305; }

 p { color: rgb(190,67,5); }

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

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

 a { background-color: rgb(190,67,5); }

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

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

 span { border-color: rgb(190,67,5); }

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