#BC4B1B

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

Shades of Rust #BC4B1B

Tints of Rust #BC4B1B

Color information

#BC4B1B (or 0xBC4B1B) is unknown color: approx Rust. HEX triplet: BC, 4B and 1B. RGB value is (188,75,27). Sum of RGB (Red+Green+Blue) = 188+75+27=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4B1B is #43B4E4. Grayscale: #676767. Windows color (decimal): -4437221 or 1788860. OLE color: 1788860.

HSL color Cylindrical-coordinate representation of color #BC4B1B: hue angle of 17.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC4B1B is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB1887527-
CMYK00.600.860.26
HSL17.89º74.88%42.16%-
HSV(B)17.89º85.64%73.73%-
XYZ23.4515.82.85-
YUV103.3284.94188.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 64.83%
GREEN value IS 75 (29.69% from 255) = 25.86%
BLUE value IS 27 (10.94% from 255) = 9.31%
R=64.83%
G=25.86%
B=9.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188752700.600.860.2617.8974.8842.16
HexBC4B1B03C561A124b2a
Octal27411333074126322211352
Binary101111001001011110110111100101011011010100101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4B1B; }

 p { color: rgb(188,75,27); }

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

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

 a { background-color: rgb(188,75,27); }

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

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

 span { border-color: rgb(188,75,27); }

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