#BC4202

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

Shades of Rust #BC4202

Tints of Rust #BC4202

Color information

#BC4202 (or 0xBC4202) is unknown color: approx Rust. HEX triplet: BC, 42 and 02. RGB value is (188,66,2). Sum of RGB (Red+Green+Blue) = 188+66+2=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4202 is #43BDFD. Grayscale: #5F5F5F. Windows color (decimal): -4439550 or 148156. OLE color: 148156.

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

Color convert

RGB188662-
CMYK00.650.990.26
HSL20.65º97.89%37.25%-
HSV(B)20.65º98.94%73.73%-
XYZ22.714.591.68-
YUV95.1875.42194.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 73.44%
GREEN value IS 66 (26.17% from 255) = 25.78%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=73.44%
G=25.78%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18866200.650.990.2620.6597.8937.25
HexBC422041631A156225
Octal27410220101143322514245
Binary1011110010000101001000001110001111010101011100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4202; }

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

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

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

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

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

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

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

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