#BC4E04

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

Shades of Rust #BC4E04

Tints of Rust #BC4E04

Color information

#BC4E04 (or 0xBC4E04) is unknown color: approx Rust. HEX triplet: BC, 4E and 04. RGB value is (188,78,4). Sum of RGB (Red+Green+Blue) = 188+78+4=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E04 is #43B1FB. Grayscale: #666666. Windows color (decimal): -4436476 or 282300. OLE color: 282300.

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

Color convert

RGB188784-
CMYK00.590.980.26
HSL24.13º95.83%37.65%-
HSV(B)24.13º97.87%73.73%-
XYZ23.4916.151.99-
YUV102.4572.44189.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.63%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 4 (1.95% from 255) = 1.48%
R=69.63%
G=28.89%
B=1.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18878400.590.980.2624.1395.8337.65
HexBC4E403B621A186026
Octal2741164073142323014046
Binary1011110010011101000111011110001011010110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4E04; }

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

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

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

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

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

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

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

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