#B4590E

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

Shades of Rust #B4590E

Tints of Rust #B4590E

Color information

#B4590E (or 0xB4590E) is unknown color: approx Rust. HEX triplet: B4, 59 and 0E. RGB value is (180,89,14). Sum of RGB (Red+Green+Blue) = 180+89+14=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B4590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4590E is #4BA6F1. Grayscale: #6C6C6C. Windows color (decimal): -4957938 or 940468. OLE color: 940468.

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

Color convert

RGB1808914-
CMYK00.510.920.29
HSL27.11º85.57%38.04%-
HSV(B)27.11º92.22%70.59%-
XYZ22.4716.882.49-
YUV107.6675.15179.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 14 (5.86% from 255) = 4.95%
R=63.60%
G=31.45%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180891400.510.920.2927.1185.5738.04
HexB459E0335C1D1b5626
Octal26413116063134353312646
Binary10110100101100111100110011101110011101110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4590E; }

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

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

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

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

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

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

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

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