#BC3807

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

Shades of Rust #BC3807

Tints of Rust #BC3807

Color information

#BC3807 (or 0xBC3807) is unknown color: approx Rust. HEX triplet: BC, 38 and 07. RGB value is (188,56,7). Sum of RGB (Red+Green+Blue) = 188+56+7=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3807 is #43C7F8. Grayscale: #5A5A5A. Windows color (decimal): -4442105 or 473276. OLE color: 473276.

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

Color convert

RGB188567-
CMYK00.700.960.26
HSL16.24º92.82%38.24%-
HSV(B)16.24º96.28%73.73%-
XYZ22.1913.541.64-
YUV89.8881.23197.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 74.90%
GREEN value IS 56 (22.27% from 255) = 22.31%
BLUE value IS 7 (3.12% from 255) = 2.79%
R=74.90%
G=22.31%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18856700.700.960.2616.2492.8238.24
HexBC387046601A105d26
Octal2747070106140322013546
Binary1011110011100011101000110110000011010100001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3807; }

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

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

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

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

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

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

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

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