#bc491c

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

Shades of Rust #BC491C

Tints of Rust #BC491C

Color information

#BC491C (or 0xBC491C) is unknown color: approx Rust. HEX triplet: BC, 49 and 1C. RGB value is (188,73,28). Sum of RGB (Red+Green+Blue) = 188+73+28=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC491C is #43B6E3. Grayscale: #666666. Windows color (decimal): -4437732 or 1853884. OLE color: 1853884.

HSL color Cylindrical-coordinate representation of color #BC491C: hue angle of 16.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC491C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1887328-
CMYK00.610.850.26
HSL16.88º74.07%42.35%-
HSV(B)16.88º85.11%73.73%-
XYZ23.3315.542.87-
YUV102.2686.1189.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.05%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 28 (11.33% from 255) = 9.69%
R=65.05%
G=25.26%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188732800.610.850.2616.8874.0742.35
HexBC491C03D551A114a2a
Octal27411134075125322111252
Binary101111001001001111000111101101010111010100011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc491c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc491c; }

 p { color: rgb(188,73,28); }

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

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

 a { background-color: rgb(188,73,28); }

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

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

 span { border-color: rgb(188,73,28); }

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