#BC4504

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

Shades of Rust #BC4504

Tints of Rust #BC4504

Color information

#BC4504 (or 0xBC4504) is unknown color: approx Rust. HEX triplet: BC, 45 and 04. RGB value is (188,69,4). Sum of RGB (Red+Green+Blue) = 188+69+4=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4504 is #43BAFB. Grayscale: #616161. Windows color (decimal): -4438780 or 279996. OLE color: 279996.

HSL color Cylindrical-coordinate representation of color #BC4504: hue angle of 21.2º 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 #BC4504 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB188694-
CMYK00.630.980.26
HSL21.2º95.83%37.65%-
HSV(B)21.2º97.87%73.73%-
XYZ22.8914.961.8-
YUV97.1775.42192.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 72.03%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=72.03%
G=26.44%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18869400.630.980.2621.295.8337.65
HexBC45403F621A156026
Octal2741054077142322514046
Binary1011110010001011000111111110001011010101011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4504; }

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

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

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

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

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

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

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

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