#BC4A11

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

Shades of Rust #BC4A11

Tints of Rust #BC4A11

Color information

#BC4A11 (or 0xBC4A11) is unknown color: approx Rust. HEX triplet: BC, 4A and 11. RGB value is (188,74,17). Sum of RGB (Red+Green+Blue) = 188+74+17=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A11 is #43B5EE. Grayscale: #656565. Windows color (decimal): -4437487 or 1133244. OLE color: 1133244.

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

Color convert

RGB1887417-
CMYK00.610.910.26
HSL20º83.41%40.2%-
HSV(B)20º90.96%73.73%-
XYZ23.2915.632.32-
YUV101.5980.27189.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 67.38%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 17 (7.03% from 255) = 6.09%
R=67.38%
G=26.52%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188741700.610.910.262083.4140.2
HexBC4A1103D5B1A145328
Octal27411221075133322412350
Binary101111001001010100010111101101101111010101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4A11; }

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

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

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

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

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

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

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

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