#b3540b

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

Shades of Rust #B3540B

Tints of Rust #B3540B

Color information

#B3540B (or 0xB3540B) is unknown color: approx Rust. HEX triplet: B3, 54 and 0B. RGB value is (179,84,11). Sum of RGB (Red+Green+Blue) = 179+84+11=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3540B is #4CABF4. Grayscale: #686868. Windows color (decimal): -5024757 or 742579. OLE color: 742579.

HSL color Cylindrical-coordinate representation of color #B3540B: hue angle of 26.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3540B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1798411-
CMYK00.530.940.30
HSL26.07º88.42%37.25%-
HSV(B)26.07º93.85%70.2%-
XYZ21.8215.952.24-
YUV104.0875.47181.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 11 (4.69% from 255) = 4.01%
R=65.33%
G=30.66%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179841100.530.940.3026.0788.4237.25
HexB354B0355E1E1a5825
Octal26312413065136363213045
Binary10110011101010010110110101101111011110110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3540b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3540b; }

 p { color: rgb(179,84,11); }

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

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

 a { background-color: rgb(179,84,11); }

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

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

 span { border-color: rgb(179,84,11); }

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