#BC3B04

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

Shades of Rust #BC3B04

Tints of Rust #BC3B04

Color information

#BC3B04 (or 0xBC3B04) is unknown color: approx Rust. HEX triplet: BC, 3B and 04. RGB value is (188,59,4). Sum of RGB (Red+Green+Blue) = 188+59+4=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B04 is #43C4FB. Grayscale: #5B5B5B. Windows color (decimal): -4441340 or 277436. OLE color: 277436.

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

Color convert

RGB188594-
CMYK00.690.980.26
HSL17.93º95.83%37.65%-
HSV(B)17.93º97.87%73.73%-
XYZ22.3213.831.61-
YUV91.378.74196.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.90%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 4 (1.95% from 255) = 1.59%
R=74.90%
G=23.51%
B=1.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18859400.690.980.2617.9395.8337.65
HexBC3B4045621A126026
Octal2747340105142322214046
Binary1011110011101110001000101110001011010100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3B04; }

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

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

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

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

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

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

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

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