#BD4703

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

Shades of Rust #BD4703

Tints of Rust #BD4703

Color information

#BD4703 (or 0xBD4703) is unknown color: approx Rust. HEX triplet: BD, 47 and 03. RGB value is (189,71,3). Sum of RGB (Red+Green+Blue) = 189+71+3=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4703 is #42B8FC. Grayscale: #626262. Windows color (decimal): -4372733 or 214973. OLE color: 214973.

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

Color convert

RGB189713-
CMYK00.620.980.26
HSL21.94º96.88%37.65%-
HSV(B)21.94º98.41%74.12%-
XYZ23.2615.331.82-
YUV98.5374.09192.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.86%
GREEN value IS 71 (28.12% from 255) = 27.00%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=71.86%
G=27.00%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18971300.620.980.2621.9496.8837.65
HexBD47303E621A166126
Octal2751073076142322614146
Binary101111011000111110111110110001011010101101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4703; }

 p { color: rgb(189,71,3); }

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

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

 a { background-color: rgb(189,71,3); }

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

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

 span { border-color: rgb(189,71,3); }

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