#BC3914

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

Shades of Rust #BC3914

Tints of Rust #BC3914

Color information

#BC3914 (or 0xBC3914) is unknown color: approx Rust. HEX triplet: BC, 39 and 14. RGB value is (188,57,20). Sum of RGB (Red+Green+Blue) = 188+57+20=265 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.94% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3914 is #43C6EB. Grayscale: #5C5C5C. Windows color (decimal): -4441836 or 1325500. OLE color: 1325500.

HSL color Cylindrical-coordinate representation of color #BC3914: hue angle of 13.21º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC3914 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB1885720-
CMYK00.700.890.26
HSL13.21º80.77%40.78%-
HSV(B)13.21º89.36%73.73%-
XYZ22.3313.672.12-
YUV91.9587.4196.51-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.94%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 20 (8.20% from 255) = 7.55%
R=70.94%
G=21.51%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188572000.700.890.2613.2180.7740.78
HexBC3914046591Ad5129
Octal27471240106131321512151
Binary10111100111001101000100011010110011101011011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3914; }

 p { color: rgb(188,57,20); }

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

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

 a { background-color: rgb(188,57,20); }

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

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

 span { border-color: rgb(188,57,20); }

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