#BC451B

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

Shades of Rust #BC451B

Tints of Rust #BC451B

Color information

#BC451B (or 0xBC451B) is unknown color: approx Rust. HEX triplet: BC, 45 and 1B. RGB value is (188,69,27). Sum of RGB (Red+Green+Blue) = 188+69+27=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC451B is #43BAE4. Grayscale: #646464. Windows color (decimal): -4438757 or 1787324. OLE color: 1787324.

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

Color convert

RGB1886927-
CMYK00.630.860.26
HSL15.65º74.88%42.16%-
HSV(B)15.65º85.64%73.73%-
XYZ23.0615.032.72-
YUV99.7986.92190.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.20%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=66.20%
G=24.30%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188692700.630.860.2615.6574.8842.16
HexBC451B03F561A104b2a
Octal27410533077126322011352
Binary101111001000101110110111111101011011010100001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC451B; }

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

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

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

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

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

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

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

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