#BC3F1E

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

Shades of Rust #BC3F1E

Tints of Rust #BC3F1E

Color information

#BC3F1E (or 0xBC3F1E) is unknown color: approx Rust. HEX triplet: BC, 3F and 1E. RGB value is (188,63,30). Sum of RGB (Red+Green+Blue) = 188+63+30=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC3F1E is #43C0E1. Grayscale: #606060. Windows color (decimal): -4440290 or 1982396. OLE color: 1982396.

HSL color Cylindrical-coordinate representation of color #BC3F1E: hue angle of 12.53º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC3F1E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1886330-
CMYK00.660.840.26
HSL12.53º72.48%42.75%-
HSV(B)12.53º84.04%73.73%-
XYZ22.7514.342.8-
YUV96.6190.41193.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 66.90%
GREEN value IS 63 (25% from 255) = 22.42%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=66.90%
G=22.42%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188633000.660.840.2612.5372.4842.75
HexBC3F1E042541Ad482b
Octal27477360102124321511053
Binary10111100111111111100100001010101001101011011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3F1E; }

 p { color: rgb(188,63,30); }

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

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

 a { background-color: rgb(188,63,30); }

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

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

 span { border-color: rgb(188,63,30); }

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