#BE3D12

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

Shades of Rust #BE3D12

Tints of Rust #BE3D12

Color information

#BE3D12 (or 0xBE3D12) is unknown color: approx Rust. HEX triplet: BE, 3D and 12. RGB value is (190,61,18). Sum of RGB (Red+Green+Blue) = 190+61+18=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3D12 is #41C2ED. Grayscale: #5E5E5E. Windows color (decimal): -4309742 or 1195454. OLE color: 1195454.

HSL color Cylindrical-coordinate representation of color #BE3D12: hue angle of 15º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE3D12 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB1906118-
CMYK00.680.910.25
HSL15º82.69%40.78%-
HSV(B)15º90.53%74.51%-
XYZ23.0114.332.12-
YUV94.6784.74196-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 70.63%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 18 (7.42% from 255) = 6.69%
R=70.63%
G=22.68%
B=6.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190611800.680.910.251582.6940.78
HexBE3D120445B19f5329
Octal27675220104133311712351
Binary10111110111101100100100010010110111100111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D12; }

 p { color: rgb(190,61,18); }

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

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

 a { background-color: rgb(190,61,18); }

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

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

 span { border-color: rgb(190,61,18); }

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