#BE450B

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

Shades of Rust #BE450B

Tints of Rust #BE450B

Color information

#BE450B (or 0xBE450B) is unknown color: approx Rust. HEX triplet: BE, 45 and 0B. RGB value is (190,69,11). Sum of RGB (Red+Green+Blue) = 190+69+11=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE450B is #41BAF4. Grayscale: #626262. Windows color (decimal): -4307701 or 738750. OLE color: 738750.

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

Color convert

RGB1906911-
CMYK00.640.940.25
HSL19.44º89.05%39.41%-
HSV(B)19.44º94.21%74.51%-
XYZ23.4215.232.02-
YUV98.5778.59193.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.37%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 11 (4.69% from 255) = 4.07%
R=70.37%
G=25.56%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190691100.640.940.2519.4489.0539.41
HexBE45B0405E19135927
Octal276105130100136312313147
Binary101111101000101101101000000101111011001100111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE450B; }

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

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

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

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

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

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

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

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