#BC4612

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

Shades of Rust #BC4612

Tints of Rust #BC4612

Color information

#BC4612 (or 0xBC4612) is unknown color: approx Rust. HEX triplet: BC, 46 and 12. RGB value is (188,70,18). Sum of RGB (Red+Green+Blue) = 188+70+18=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4612 is #43B9ED. Grayscale: #636363. Windows color (decimal): -4438510 or 1197756. OLE color: 1197756.

HSL color Cylindrical-coordinate representation of color #BC4612: hue angle of 18.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC4612 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1887018-
CMYK00.630.900.26
HSL18.35º82.52%40.39%-
HSV(B)18.35º90.43%73.73%-
XYZ23.0415.122.28-
YUV99.3582.09191.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.12%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=68.12%
G=25.36%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188701800.630.900.2618.3582.5240.39
HexBC461203F5A1A125328
Octal27410622077132322212350
Binary101111001000110100100111111101101011010100101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4612; }

 p { color: rgb(188,70,18); }

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

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

 a { background-color: rgb(188,70,18); }

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

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

 span { border-color: rgb(188,70,18); }

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