#BD541A

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

Shades of Rust #BD541A

Tints of Rust #BD541A

Color information

#BD541A (or 0xBD541A) is unknown color: approx Rust. HEX triplet: BD, 54 and 1A. RGB value is (189,84,26). Sum of RGB (Red+Green+Blue) = 189+84+26=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD541A is #42ABE5. Grayscale: #6D6D6D. Windows color (decimal): -4369382 or 1725629. OLE color: 1725629.

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

Color convert

RGB1898426-
CMYK00.560.860.26
HSL21.35º75.81%42.16%-
HSV(B)21.35º86.24%74.12%-
XYZ24.3417.233.02-
YUV108.7881.29185.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.21%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 26 (10.55% from 255) = 8.70%
R=63.21%
G=28.09%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189842600.560.860.2621.3575.8142.16
HexBD541A038561A154c2a
Octal27512432070126322511452
Binary101111011010100110100111000101011011010101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD541A; }

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

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

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

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

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

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

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

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