#B4590D

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

Shades of Rust #B4590D

Tints of Rust #B4590D

Color information

#B4590D (or 0xB4590D) is unknown color: approx Rust. HEX triplet: B4, 59 and 0D. RGB value is (180,89,13). Sum of RGB (Red+Green+Blue) = 180+89+13=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B4590D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4590D is #4BA6F2. Grayscale: #6B6B6B. Windows color (decimal): -4957939 or 874932. OLE color: 874932.

HSL color Cylindrical-coordinate representation of color #B4590D: hue angle of 27.31º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4590D is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1808913-
CMYK00.510.930.29
HSL27.31º86.53%37.84%-
HSV(B)27.31º92.78%70.59%-
XYZ22.4716.882.45-
YUV107.5474.65179.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 13 (5.47% from 255) = 4.61%
R=63.83%
G=31.56%
B=4.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180891300.510.930.2927.3186.5337.84
HexB459D0335D1D1b5726
Octal26413115063135353312746
Binary10110100101100111010110011101110111101110111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4590D; }

 p { color: rgb(180,89,13); }

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

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

 a { background-color: rgb(180,89,13); }

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

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

 span { border-color: rgb(180,89,13); }

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