#BD5317

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

Shades of Rust #BD5317

Tints of Rust #BD5317

Color information

#BD5317 (or 0xBD5317) is unknown color: approx Rust. HEX triplet: BD, 53 and 17. RGB value is (189,83,23). Sum of RGB (Red+Green+Blue) = 189+83+23=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5317 is #42ACE8. Grayscale: #6C6C6C. Windows color (decimal): -4369641 or 1528765. OLE color: 1528765.

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

Color convert

RGB1898323-
CMYK00.560.880.26
HSL21.69º78.3%41.57%-
HSV(B)21.69º87.83%74.12%-
XYZ24.2317.072.83-
YUV107.8580.12185.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.07%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 23 (9.38% from 255) = 7.80%
R=64.07%
G=28.14%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189832300.560.880.2621.6978.341.57
HexBD5317038581A164e2a
Octal27512327070130322611652
Binary101111011010011101110111000101100011010101101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5317; }

 p { color: rgb(189,83,23); }

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

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

 a { background-color: rgb(189,83,23); }

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

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

 span { border-color: rgb(189,83,23); }

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