#BC420F

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

Shades of Rust #BC420F

Tints of Rust #BC420F

Color information

#BC420F (or 0xBC420F) is unknown color: approx Rust. HEX triplet: BC, 42 and 0F. RGB value is (188,66,15). Sum of RGB (Red+Green+Blue) = 188+66+15=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC420F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC420F is #43BDF0. Grayscale: #606060. Windows color (decimal): -4439537 or 1000124. OLE color: 1000124.

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

Color convert

RGB1886615-
CMYK00.650.920.26
HSL17.69º85.22%39.8%-
HSV(B)17.69º92.02%73.73%-
XYZ22.7714.622.07-
YUV96.6681.92193.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 69.89%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=69.89%
G=24.54%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188661500.650.920.2617.6985.2239.8
HexBC42F0415C1A125528
Octal274102170101134322212550
Binary101111001000010111101000001101110011010100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC420F; }

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

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

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

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

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

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

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

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