#BC4C12

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

Shades of Rust #BC4C12

Tints of Rust #BC4C12

Color information

#BC4C12 (or 0xBC4C12) is unknown color: approx Rust. HEX triplet: BC, 4C and 12. RGB value is (188,76,18). Sum of RGB (Red+Green+Blue) = 188+76+18=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C12 is #43B3ED. Grayscale: #676767. Windows color (decimal): -4436974 or 1199292. OLE color: 1199292.

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

Color convert

RGB1887618-
CMYK00.600.900.26
HSL20.47º82.52%40.39%-
HSV(B)20.47º90.43%73.73%-
XYZ23.4315.92.41-
YUV102.8880.11188.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.67%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 18 (7.42% from 255) = 6.38%
R=66.67%
G=26.95%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188761800.600.900.2620.4782.5240.39
HexBC4C1203C5A1A145328
Octal27411422074132322412350
Binary101111001001100100100111100101101011010101001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C12; }

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

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

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

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

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

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

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

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