#BC3913

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

Shades of Rust #BC3913

Tints of Rust #BC3913

Color information

#BC3913 (or 0xBC3913) is unknown color: approx Rust. HEX triplet: BC, 39 and 13. RGB value is (188,57,19). Sum of RGB (Red+Green+Blue) = 188+57+19=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3913 is #43C6EC. Grayscale: #5C5C5C. Windows color (decimal): -4441837 or 1259964. OLE color: 1259964.

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

Color convert

RGB1885719-
CMYK00.700.900.26
HSL13.49º81.64%40.59%-
HSV(B)13.49º89.89%73.73%-
XYZ22.3213.662.08-
YUV91.8486.9196.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 71.21%
GREEN value IS 57 (22.66% from 255) = 21.59%
BLUE value IS 19 (7.81% from 255) = 7.20%
R=71.21%
G=21.59%
B=7.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188571900.700.900.2613.4981.6440.59
HexBC39130465A1Ad5229
Octal27471230106132321512251
Binary10111100111001100110100011010110101101011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3913; }

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

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

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

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

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

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

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

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