#BD5413

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

Shades of Rust #BD5413

Tints of Rust #BD5413

Color information

#BD5413 (or 0xBD5413) is unknown color: approx Rust. HEX triplet: BD, 54 and 13. RGB value is (189,84,19). Sum of RGB (Red+Green+Blue) = 189+84+19=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 19 (7.81% from 255 or 6.51% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5413 is #42ABEC. Grayscale: #6C6C6C. Windows color (decimal): -4369389 or 1266877. OLE color: 1266877.

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

Color convert

RGB1898419-
CMYK00.560.900.26
HSL22.94º81.73%40.78%-
HSV(B)22.94º89.95%74.12%-
XYZ24.2717.212.66-
YUV107.9877.79185.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 64.73%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 19 (7.81% from 255) = 6.51%
R=64.73%
G=28.77%
B=6.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189841900.560.900.2622.9481.7340.78
HexBD54130385A1A175229
Octal27512423070132322712251
Binary101111011010100100110111000101101011010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5413; }

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

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

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

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

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

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

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

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