#BD551A

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

Shades of Rust #BD551A

Tints of Rust #BD551A

Color information

#BD551A (or 0xBD551A) is unknown color: approx Rust. HEX triplet: BD, 55 and 1A. RGB value is (189,85,26). Sum of RGB (Red+Green+Blue) = 189+85+26=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD551A is #42AAE5. Grayscale: #6D6D6D. Windows color (decimal): -4369126 or 1725885. OLE color: 1725885.

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

Color convert

RGB1898526-
CMYK00.550.860.26
HSL21.72º75.81%42.16%-
HSV(B)21.72º86.24%74.12%-
XYZ24.4217.393.05-
YUV109.3780.96184.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 26 (10.55% from 255) = 8.67%
R=63%
G=28.33%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189852600.550.860.2621.7275.8142.16
HexBD551A037561A164c2a
Octal27512532067126322611452
Binary101111011010101110100110111101011011010101101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD551A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD551A; }

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

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

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

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

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

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

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

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