#BC3A14

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

Shades of Rust #BC3A14

Tints of Rust #BC3A14

Color information

#BC3A14 (or 0xBC3A14) is unknown color: approx Rust. HEX triplet: BC, 3A and 14. RGB value is (188,58,20). Sum of RGB (Red+Green+Blue) = 188+58+20=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A14 is #43C5EB. Grayscale: #5C5C5C. Windows color (decimal): -4441580 or 1325756. OLE color: 1325756.

HSL color Cylindrical-coordinate representation of color #BC3A14: hue angle of 13.57º 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 #BC3A14 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB1885820-
CMYK00.690.890.26
HSL13.57º80.77%40.78%-
HSV(B)13.57º89.36%73.73%-
XYZ22.3813.772.14-
YUV92.5487.07196.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 70.68%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 20 (8.20% from 255) = 7.52%
R=70.68%
G=21.80%
B=7.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188582000.690.890.2613.5780.7740.78
HexBC3A14045591Ae5129
Octal27472240105131321612151
Binary10111100111010101000100010110110011101011101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3A14; }

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

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

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

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

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

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

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

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