#BD5410

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

Shades of Rust #BD5410

Tints of Rust #BD5410

Color information

#BD5410 (or 0xBD5410) is unknown color: approx Rust. HEX triplet: BD, 54 and 10. RGB value is (189,84,16). Sum of RGB (Red+Green+Blue) = 189+84+16=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5410 is #42ABEF. Grayscale: #6C6C6C. Windows color (decimal): -4369392 or 1070269. OLE color: 1070269.

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

Color convert

RGB1898416-
CMYK00.560.920.26
HSL23.58º84.39%40.2%-
HSV(B)23.58º91.53%74.12%-
XYZ24.2517.22.53-
YUV107.6476.29186.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 65.40%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 16 (6.64% from 255) = 5.54%
R=65.40%
G=29.07%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189841600.560.920.2623.5884.3940.2
HexBD54100385C1A185428
Octal27512420070134323012450
Binary101111011010100100000111000101110011010110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5410; }

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

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

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

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

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

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

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

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