#BD5513

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

Shades of Rust #BD5513

Tints of Rust #BD5513

Color information

#BD5513 (or 0xBD5513) is unknown color: approx Rust. HEX triplet: BD, 55 and 13. RGB value is (189,85,19). Sum of RGB (Red+Green+Blue) = 189+85+19=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5513 is #42AAEC. Grayscale: #6C6C6C. Windows color (decimal): -4369133 or 1267133. OLE color: 1267133.

HSL color Cylindrical-coordinate representation of color #BD5513: hue angle of 23.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5513 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB1898519-
CMYK00.550.900.26
HSL23.29º81.73%40.78%-
HSV(B)23.29º89.95%74.12%-
XYZ24.3517.362.68-
YUV108.5777.46185.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.51%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 19 (7.81% from 255) = 6.48%
R=64.51%
G=29.01%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189851900.550.900.2623.2981.7340.78
HexBD55130375A1A175229
Octal27512523067132322712251
Binary101111011010101100110110111101101011010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5513; }

 p { color: rgb(189,85,19); }

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

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

 a { background-color: rgb(189,85,19); }

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

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

 span { border-color: rgb(189,85,19); }

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