#BC360F

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

Shades of Rust #BC360F

Tints of Rust #BC360F

Color information

#BC360F (or 0xBC360F) is unknown color: approx Rust. HEX triplet: BC, 36 and 0F. RGB value is (188,54,15). Sum of RGB (Red+Green+Blue) = 188+54+15=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360F is #43C9F0. Grayscale: #595959. Windows color (decimal): -4442609 or 997052. OLE color: 997052.

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

Color convert

RGB1885415-
CMYK00.710.920.26
HSL13.53º85.22%39.8%-
HSV(B)13.53º92.02%73.73%-
XYZ22.1413.361.86-
YUV89.6285.89198.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.15%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=73.15%
G=21.01%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188541500.710.920.2613.5385.2239.8
HexBC36F0475C1Ae5528
Octal27466170107134321612550
Binary1011110011011011110100011110111001101011101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC360F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC360F; }

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

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

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

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

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

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

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

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