#BC3C04

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

Shades of Rust #BC3C04

Tints of Rust #BC3C04

Color information

#BC3C04 (or 0xBC3C04) is unknown color: approx Rust. HEX triplet: BC, 3C and 04. RGB value is (188,60,4). Sum of RGB (Red+Green+Blue) = 188+60+4=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C04 is #43C3FB. Grayscale: #5C5C5C. Windows color (decimal): -4441084 or 277692. OLE color: 277692.

HSL color Cylindrical-coordinate representation of color #BC3C04: hue angle of 18.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3C04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB188604-
CMYK00.680.980.26
HSL18.26º95.83%37.65%-
HSV(B)18.26º97.87%73.73%-
XYZ22.3813.931.62-
YUV91.8978.41196.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.60%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=74.60%
G=23.81%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18860400.680.980.2618.2695.8337.65
HexBC3C4044621A126026
Octal2747440104142322214046
Binary1011110011110010001000100110001011010100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3C04; }

 p { color: rgb(188,60,4); }

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

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

 a { background-color: rgb(188,60,4); }

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

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

 span { border-color: rgb(188,60,4); }

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