#BD521A

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

Shades of Rust #BD521A

Tints of Rust #BD521A

Color information

#BD521A (or 0xBD521A) is unknown color: approx Rust. HEX triplet: BD, 52 and 1A. RGB value is (189,82,26). Sum of RGB (Red+Green+Blue) = 189+82+26=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD521A is #42ADE5. Grayscale: #6B6B6B. Windows color (decimal): -4369894 or 1725117. OLE color: 1725117.

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

Color convert

RGB1898226-
CMYK00.570.860.26
HSL20.61º75.81%42.16%-
HSV(B)20.61º86.24%74.12%-
XYZ24.1916.932.97-
YUV107.6181.95186.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=63.64%
G=27.61%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189822600.570.860.2620.6175.8142.16
HexBD521A039561A154c2a
Octal27512232071126322511452
Binary101111011010010110100111001101011011010101011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD521A; }

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

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

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

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

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

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

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

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