#BD4600

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

Shades of Rust #BD4600

Tints of Rust #BD4600

Color information

#BD4600 (or 0xBD4600) is unknown color: approx Rust. HEX triplet: BD, 46 and 00. RGB value is (189,70,0). Sum of RGB (Red+Green+Blue) = 189+70+0=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4600 is #42B9FF. Grayscale: #626262. Windows color (decimal): -4372992 or 18109. OLE color: 18109.

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

Color convert

RGB189700-
CMYK00.6310.26
HSL22.22º100%37.06%-
HSV(B)22.22º100%74.12%-
XYZ23.1815.21.71-
YUV97.672.92193.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 72.97%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=72.97%
G=27.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18970000.6310.2622.2210037.06
HexBD46003F641A166425
Octal2751060077144322614445
Binary10111101100011000111111110010011010101101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4600; }

 p { color: rgb(189,70,0); }

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

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

 a { background-color: rgb(189,70,0); }

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

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

 span { border-color: rgb(189,70,0); }

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