#BC3605

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

Shades of Rust #BC3605

Tints of Rust #BC3605

Color information

#BC3605 (or 0xBC3605) is unknown color: approx Rust. HEX triplet: BC, 36 and 05. RGB value is (188,54,5). Sum of RGB (Red+Green+Blue) = 188+54+5=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 5 (2.34% from 255 or 2.02% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3605 is #43C9FA. Grayscale: #585858. Windows color (decimal): -4442619 or 341692. OLE color: 341692.

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

Color convert

RGB188545-
CMYK00.710.970.26
HSL16.07º94.82%37.84%-
HSV(B)16.07º97.34%73.73%-
XYZ22.0913.341.55-
YUV88.4880.89198.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 5 (2.34% from 255) = 2.02%
R=76.11%
G=21.86%
B=2.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18854500.710.970.2616.0794.8237.84
HexBC365047611A105f26
Octal2746650107141322013746
Binary1011110011011010101000111110000111010100001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3605; }

 p { color: rgb(188,54,5); }

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

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

 a { background-color: rgb(188,54,5); }

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

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

 span { border-color: rgb(188,54,5); }

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