#BC5112

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

Shades of Rust #BC5112

Tints of Rust #BC5112

Color information

#BC5112 (or 0xBC5112) is unknown color: approx Rust. HEX triplet: BC, 51 and 12. RGB value is (188,81,18). Sum of RGB (Red+Green+Blue) = 188+81+18=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5112 is #43AEED. Grayscale: #6A6A6A. Windows color (decimal): -4435694 or 1200572. OLE color: 1200572.

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

Color convert

RGB1888118-
CMYK00.570.900.26
HSL22.24º82.52%40.39%-
HSV(B)22.24º90.43%73.73%-
XYZ23.7916.622.53-
YUV105.8178.45186.62-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.51%
GREEN value IS 81 (32.03% from 255) = 28.22%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=65.51%
G=28.22%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188811800.570.900.2622.2482.5240.39
HexBC51120395A1A165328
Octal27412122071132322612350
Binary101111001010001100100111001101101011010101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5112; }

 p { color: rgb(188,81,18); }

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

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

 a { background-color: rgb(188,81,18); }

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

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

 span { border-color: rgb(188,81,18); }

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