#BD501C

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

Shades of Rust #BD501C

Tints of Rust #BD501C

Color information

#BD501C (or 0xBD501C) is unknown color: approx Rust. HEX triplet: BD, 50 and 1C. RGB value is (189,80,28). Sum of RGB (Red+Green+Blue) = 189+80+28=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD501C is #42AFE3. Grayscale: #6A6A6A. Windows color (decimal): -4370404 or 1855677. OLE color: 1855677.

HSL color Cylindrical-coordinate representation of color #BD501C: hue angle of 19.38º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD501C is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB1898028-
CMYK00.580.850.26
HSL19.38º74.19%42.55%-
HSV(B)19.38º85.19%74.12%-
XYZ24.0616.643.04-
YUV106.6683.61186.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 63.64%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 28 (11.33% from 255) = 9.43%
R=63.64%
G=26.94%
B=9.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189802800.580.850.2619.3874.1942.55
HexBD501C03A551A134a2b
Octal27512034072125322311253
Binary101111011010000111000111010101010111010100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD501C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD501C; }

 p { color: rgb(189,80,28); }

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

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

 a { background-color: rgb(189,80,28); }

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

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

 span { border-color: rgb(189,80,28); }

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