#BC4C09

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

Shades of Rust #BC4C09

Tints of Rust #BC4C09

Color information

#BC4C09 (or 0xBC4C09) is unknown color: approx Rust. HEX triplet: BC, 4C and 09. RGB value is (188,76,9). Sum of RGB (Red+Green+Blue) = 188+76+9=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 9 (3.91% from 255 or 3.30% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C09 is #43B3F6. Grayscale: #666666. Windows color (decimal): -4436983 or 609468. OLE color: 609468.

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

Color convert

RGB188769-
CMYK00.600.950.26
HSL22.46º90.86%38.63%-
HSV(B)22.46º95.21%73.73%-
XYZ23.3715.882.09-
YUV101.8575.61189.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 68.86%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 9 (3.91% from 255) = 3.30%
R=68.86%
G=27.84%
B=3.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18876900.600.950.2622.4690.8638.63
HexBC4C903C5F1A165b27
Octal27411411074137322613347
Binary10111100100110010010111100101111111010101101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4C09; }

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

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

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

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

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

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

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

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