#BC4E15

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

Shades of Rust #BC4E15

Tints of Rust #BC4E15

Color information

#BC4E15 (or 0xBC4E15) is unknown color: approx Rust. HEX triplet: BC, 4E and 15. RGB value is (188,78,21). Sum of RGB (Red+Green+Blue) = 188+78+21=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E15 is #43B1EA. Grayscale: #686868. Windows color (decimal): -4436459 or 1396412. OLE color: 1396412.

HSL color Cylindrical-coordinate representation of color #BC4E15: hue angle of 20.48º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC4E15 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB1887821-
CMYK00.590.890.26
HSL20.48º79.9%40.98%-
HSV(B)20.48º88.83%73.73%-
XYZ23.616.192.59-
YUV104.3980.94187.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.51%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=65.51%
G=27.18%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188782100.590.890.2620.4879.940.98
HexBC4E1503B591A145029
Octal27411625073131322412051
Binary101111001001110101010111011101100111010101001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4E15; }

 p { color: rgb(188,78,21); }

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

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

 a { background-color: rgb(188,78,21); }

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

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

 span { border-color: rgb(188,78,21); }

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