#bc5016

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

Shades of Rust #BC5016

Tints of Rust #BC5016

Color information

#BC5016 (or 0xBC5016) is unknown color: approx Rust. HEX triplet: BC, 50 and 16. RGB value is (188,80,22). Sum of RGB (Red+Green+Blue) = 188+80+22=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5016 is #43AFE9. Grayscale: #6A6A6A. Windows color (decimal): -4435946 or 1462460. OLE color: 1462460.

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

Color convert

RGB1888022-
CMYK00.570.880.26
HSL20.96º79.05%41.18%-
HSV(B)20.96º88.3%73.73%-
XYZ23.7516.492.69-
YUV105.6880.78186.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.83%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 22 (8.98% from 255) = 7.59%
R=64.83%
G=27.59%
B=7.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188802200.570.880.2620.9679.0541.18
HexBC5016039581A154f29
Octal27412026071130322511751
Binary101111001010000101100111001101100011010101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc5016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc5016; }

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

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

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

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

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

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

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

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