#bd5016

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

Shades of Rust #BD5016

Tints of Rust #BD5016

Color information

#BD5016 (or 0xBD5016) is unknown color: approx Rust. HEX triplet: BD, 50 and 16. RGB value is (189,80,22). Sum of RGB (Red+Green+Blue) = 189+80+22=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5016 is #42AFE9. Grayscale: #6A6A6A. Windows color (decimal): -4370410 or 1462461. OLE color: 1462461.

HSL color Cylindrical-coordinate representation of color #BD5016: hue angle of 20.84º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD5016 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB1898022-
CMYK00.580.880.26
HSL20.84º79.15%41.37%-
HSV(B)20.84º88.36%74.12%-
XYZ2416.612.7-
YUV105.9880.61187.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.95%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 22 (8.98% from 255) = 7.56%
R=64.95%
G=27.49%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189802200.580.880.2620.8479.1541.37
HexBD501603A581A154f29
Octal27512026072130322511751
Binary101111011010000101100111010101100011010101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd5016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd5016; }

 p { color: rgb(189,80,22); }

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

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

 a { background-color: rgb(189,80,22); }

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

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

 span { border-color: rgb(189,80,22); }

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