#BD4D11

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

Shades of Rust #BD4D11

Tints of Rust #BD4D11

Color information

#BD4D11 (or 0xBD4D11) is unknown color: approx Rust. HEX triplet: BD, 4D and 11. RGB value is (189,77,17). Sum of RGB (Red+Green+Blue) = 189+77+17=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D11 is #42B2EE. Grayscale: #686868. Windows color (decimal): -4371183 or 1134013. OLE color: 1134013.

HSL color Cylindrical-coordinate representation of color #BD4D11: hue angle of 20.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD4D11 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.26.

Color convert

RGB1897717-
CMYK00.590.910.26
HSL20.93º83.5%40.39%-
HSV(B)20.93º91.01%74.12%-
XYZ23.7416.172.4-
YUV103.6579.11188.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.78%
GREEN value IS 77 (30.47% from 255) = 27.21%
BLUE value IS 17 (7.03% from 255) = 6.01%
R=66.78%
G=27.21%
B=6.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189771700.590.910.2620.9383.540.39
HexBD4D1103B5B1A155328
Octal27511521073133322512350
Binary101111011001101100010111011101101111010101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D11; }

 p { color: rgb(189,77,17); }

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

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

 a { background-color: rgb(189,77,17); }

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

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

 span { border-color: rgb(189,77,17); }

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