#BC4608

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

Shades of Rust #BC4608

Tints of Rust #BC4608

Color information

#BC4608 (or 0xBC4608) is unknown color: approx Rust. HEX triplet: BC, 46 and 08. RGB value is (188,70,8). Sum of RGB (Red+Green+Blue) = 188+70+8=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4608 is #43B9F7. Grayscale: #626262. Windows color (decimal): -4438520 or 542396. OLE color: 542396.

HSL color Cylindrical-coordinate representation of color #BC4608: hue angle of 20.67º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC4608 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB188708-
CMYK00.630.960.26
HSL20.67º91.84%38.43%-
HSV(B)20.67º95.74%73.73%-
XYZ22.9715.091.93-
YUV98.2177.09192.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.68%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 8 (3.52% from 255) = 3.01%
R=70.68%
G=26.32%
B=3.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18870800.630.960.2620.6791.8438.43
HexBC46803F601A155c26
Octal27410610077140322513446
Binary10111100100011010000111111110000011010101011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4608; }

 p { color: rgb(188,70,8); }

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

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

 a { background-color: rgb(188,70,8); }

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

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

 span { border-color: rgb(188,70,8); }

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