#BE430E

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

Shades of Rust #BE430E

Tints of Rust #BE430E

Color information

#BE430E (or 0xBE430E) is unknown color: approx Rust. HEX triplet: BE, 43 and 0E. RGB value is (190,67,14). Sum of RGB (Red+Green+Blue) = 190+67+14=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE430E is #41BCF1. Grayscale: #626262. Windows color (decimal): -4308210 or 934846. OLE color: 934846.

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

Color convert

RGB1906714-
CMYK00.650.930.25
HSL18.07º86.27%40%-
HSV(B)18.07º92.63%74.51%-
XYZ23.3214.992.08-
YUV97.7480.75193.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.11%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 14 (5.86% from 255) = 5.17%
R=70.11%
G=24.72%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190671400.650.930.2518.0786.2740
HexBE43E0415D19125628
Octal276103160101135312212650
Binary101111101000011111001000001101110111001100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE430E; }

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

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

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

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

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

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

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

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