#BC3707

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

Shades of Rust #BC3707

Tints of Rust #BC3707

Color information

#BC3707 (or 0xBC3707) is unknown color: approx Rust. HEX triplet: BC, 37 and 07. RGB value is (188,55,7). Sum of RGB (Red+Green+Blue) = 188+55+7=250 (33% of max value = 765). Red value is 188 (73.83% from 255 or 75.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 7 (3.12% from 255 or 2.8% from 250); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3707 is #43C8F8. Grayscale: #595959. Windows color (decimal): -4442361 or 473020. OLE color: 473020.

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

Color convert

RGB188557-
CMYK00.710.960.26
HSL15.91º92.82%38.24%-
HSV(B)15.91º96.28%73.73%-
XYZ22.1413.441.63-
YUV89.2981.56198.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 75.2%
GREEN value IS 55 (21.88% from 255) = 22%
BLUE value IS 7 (3.12% from 255) = 2.8%
R=75.2%
G=22%
B=2.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18855700.710.960.2615.9192.8238.24
HexBC377047601A105d26
Octal2746770107140322013546
Binary1011110011011111101000111110000011010100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3707; }

 p { color: rgb(188,55,7); }

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

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

 a { background-color: rgb(188,55,7); }

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

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

 span { border-color: rgb(188,55,7); }

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