#BC3902

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

Shades of Rust #BC3902

Tints of Rust #BC3902

Color information

#BC3902 (or 0xBC3902) is unknown color: approx Rust. HEX triplet: BC, 39 and 02. RGB value is (188,57,2). Sum of RGB (Red+Green+Blue) = 188+57+2=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3902 is #43C6FD. Grayscale: #5A5A5A. Windows color (decimal): -4441854 or 145852. OLE color: 145852.

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

Color convert

RGB188572-
CMYK00.700.990.26
HSL17.74º97.89%37.25%-
HSV(B)17.74º98.94%73.73%-
XYZ22.2113.621.52-
YUV89.978.4197.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 76.11%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=76.11%
G=23.08%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18857200.700.990.2617.7497.8937.25
HexBC392046631A126225
Octal2747120106143322214245
Binary101111001110011001000110110001111010100101100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3902; }

 p { color: rgb(188,57,2); }

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

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

 a { background-color: rgb(188,57,2); }

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

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

 span { border-color: rgb(188,57,2); }

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