#BC461D

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

Shades of Rust #BC461D

Tints of Rust #BC461D

Color information

#BC461D (or 0xBC461D) is unknown color: approx Rust. HEX triplet: BC, 46 and 1D. RGB value is (188,70,29). Sum of RGB (Red+Green+Blue) = 188+70+29=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC461D is #43B9E2. Grayscale: #646464. Windows color (decimal): -4438499 or 1918652. OLE color: 1918652.

HSL color Cylindrical-coordinate representation of color #BC461D: hue angle of 15.47º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC461D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1887029-
CMYK00.630.850.26
HSL15.47º73.27%42.55%-
HSV(B)15.47º84.57%73.73%-
XYZ23.1515.162.87-
YUV100.6187.59190.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 65.51%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 29 (11.72% from 255) = 10.10%
R=65.51%
G=24.39%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188702900.630.850.2615.4773.2742.55
HexBC461D03F551Af492b
Octal27410635077125321711153
Binary10111100100011011101011111110101011101011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC461D; }

 p { color: rgb(188,70,29); }

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

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

 a { background-color: rgb(188,70,29); }

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

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

 span { border-color: rgb(188,70,29); }

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