#BC5009

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

Shades of Rust #BC5009

Tints of Rust #BC5009

Color information

#BC5009 (or 0xBC5009) is unknown color: approx Rust. HEX triplet: BC, 50 and 09. RGB value is (188,80,9). Sum of RGB (Red+Green+Blue) = 188+80+9=277 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.87% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5009 is #43AFF6. Grayscale: #686868. Windows color (decimal): -4435959 or 610492. OLE color: 610492.

HSL color Cylindrical-coordinate representation of color #BC5009: hue angle of 23.8º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC5009 is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB188809-
CMYK00.570.950.26
HSL23.8º90.86%38.63%-
HSV(B)23.8º95.21%73.73%-
XYZ23.6616.452.19-
YUV104.274.28187.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.87%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 9 (3.91% from 255) = 3.25%
R=67.87%
G=28.88%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18880900.570.950.2623.890.8638.63
HexBC5090395F1A185b27
Octal27412011071137323013347
Binary10111100101000010010111001101111111010110001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5009; }

 p { color: rgb(188,80,9); }

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

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

 a { background-color: rgb(188,80,9); }

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

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

 span { border-color: rgb(188,80,9); }

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