#BC3207

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

Shades of Rust #BC3207

Tints of Rust #BC3207

Color information

#BC3207 (or 0xBC3207) is unknown color: approx Rust. HEX triplet: BC, 32 and 07. RGB value is (188,50,7). Sum of RGB (Red+Green+Blue) = 188+50+7=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3207 is #43CDF8. Grayscale: #565656. Windows color (decimal): -4443641 or 471740. OLE color: 471740.

HSL color Cylindrical-coordinate representation of color #BC3207: hue angle of 14.25º degrees, saturation: 0.93, 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 #BC3207 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB188507-
CMYK00.730.960.26
HSL14.25º92.82%38.24%-
HSV(B)14.25º96.28%73.73%-
XYZ21.9212.991.55-
YUV86.3683.22200.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.73%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 7 (3.12% from 255) = 2.86%
R=76.73%
G=20.41%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18850700.730.960.2614.2592.8238.24
HexBC327049601Ae5d26
Octal2746270111140321613546
Binary101111001100101110100100111000001101011101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3207; }

 p { color: rgb(188,50,7); }

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

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

 a { background-color: rgb(188,50,7); }

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

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

 span { border-color: rgb(188,50,7); }

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