#BE3A0E

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

Shades of Rust #BE3A0E

Tints of Rust #BE3A0E

Color information

#BE3A0E (or 0xBE3A0E) is unknown color: approx Rust. HEX triplet: BE, 3A and 0E. RGB value is (190,58,14). Sum of RGB (Red+Green+Blue) = 190+58+14=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BE3A0E is #41C5F1. Grayscale: #5C5C5C. Windows color (decimal): -4310514 or 932542. OLE color: 932542.

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

Color convert

RGB1905814-
CMYK00.690.930.25
HSL15º86.27%40%-
HSV(B)15º92.63%74.51%-
XYZ22.83141.92-
YUV92.4583.73197.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 72.52%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=72.52%
G=22.14%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190581400.690.930.251586.2740
HexBE3AE0455D19f5628
Octal27672160105135311712650
Binary1011111011101011100100010110111011100111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A0E; }

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

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

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

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

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

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

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

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