#BC4F1D

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

Shades of Rust #BC4F1D

Tints of Rust #BC4F1D

Color information

#BC4F1D (or 0xBC4F1D) is unknown color: approx Rust. HEX triplet: BC, 4F and 1D. RGB value is (188,79,29). Sum of RGB (Red+Green+Blue) = 188+79+29=296 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.51% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC4F1D is #43B0E2. Grayscale: #6A6A6A. Windows color (decimal): -4436195 or 1920956. OLE color: 1920956.

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

Color convert

RGB1887929-
CMYK00.580.850.26
HSL18.87º73.27%42.55%-
HSV(B)18.87º84.57%73.73%-
XYZ23.7616.373.07-
YUV105.8984.61186.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 63.51%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 29 (11.72% from 255) = 9.80%
R=63.51%
G=26.69%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188792900.580.850.2618.8773.2742.55
HexBC4F1D03A551A13492b
Octal27411735072125322311153
Binary101111001001111111010111010101010111010100111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4F1D; }

 p { color: rgb(188,79,29); }

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

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

 a { background-color: rgb(188,79,29); }

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

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

 span { border-color: rgb(188,79,29); }

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