#BC4D11

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

Shades of Rust #BC4D11

Tints of Rust #BC4D11

Color information

#BC4D11 (or 0xBC4D11) is unknown color: approx Rust. HEX triplet: BC, 4D and 11. RGB value is (188,77,17). Sum of RGB (Red+Green+Blue) = 188+77+17=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 17 (7.03% from 255 or 6.03% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4D11 is #43B2EE. Grayscale: #676767. Windows color (decimal): -4436719 or 1134012. OLE color: 1134012.

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

Color convert

RGB1887717-
CMYK00.590.910.26
HSL21.05º83.41%40.2%-
HSV(B)21.05º90.96%73.73%-
XYZ23.4916.042.39-
YUV103.3579.27188.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.67%
GREEN value IS 77 (30.47% from 255) = 27.30%
BLUE value IS 17 (7.03% from 255) = 6.03%
R=66.67%
G=27.30%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188771700.590.910.2621.0583.4140.2
HexBC4D1103B5B1A155328
Octal27411521073133322512350
Binary101111001001101100010111011101101111010101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4D11; }

 p { color: rgb(188,77,17); }

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

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

 a { background-color: rgb(188,77,17); }

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

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

 span { border-color: rgb(188,77,17); }

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