#BC3B05

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

Shades of Rust #BC3B05

Tints of Rust #BC3B05

Color information

#BC3B05 (or 0xBC3B05) is unknown color: approx Rust. HEX triplet: BC, 3B and 05. RGB value is (188,59,5). Sum of RGB (Red+Green+Blue) = 188+59+5=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B05 is #43C4FA. Grayscale: #5B5B5B. Windows color (decimal): -4441339 or 342972. OLE color: 342972.

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

Color convert

RGB188595-
CMYK00.690.970.26
HSL17.7º94.82%37.84%-
HSV(B)17.7º97.34%73.73%-
XYZ22.3313.831.64-
YUV91.4279.24196.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.60%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=74.60%
G=23.41%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18859500.690.970.2617.794.8237.84
HexBC3B5045611A125f26
Octal2747350105141322213746
Binary1011110011101110101000101110000111010100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3B05; }

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

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

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

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

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

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

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

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