#BD4E11

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

Shades of Rust #BD4E11

Tints of Rust #BD4E11

Color information

#BD4E11 (or 0xBD4E11) is unknown color: approx Rust. HEX triplet: BD, 4E and 11. RGB value is (189,78,17). Sum of RGB (Red+Green+Blue) = 189+78+17=284 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.55% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4E11 is #42B1EE. Grayscale: #686868. Windows color (decimal): -4370927 or 1134269. OLE color: 1134269.

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

Color convert

RGB1897817-
CMYK00.590.910.26
HSL21.28º83.5%40.39%-
HSV(B)21.28º91.01%74.12%-
XYZ23.8116.312.42-
YUV104.2478.77188.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 66.55%
GREEN value IS 78 (30.86% from 255) = 27.46%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=66.55%
G=27.46%
B=5.99%

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
Decimal189781700.590.910.2621.2883.540.39
HexBD4E1103B5B1A155328
Octal27511621073133322512350
Binary101111011001110100010111011101101111010101011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E11; }

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

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

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

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

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

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

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

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