#B1540E

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

Shades of Rust #B1540E

Tints of Rust #B1540E

Color information

#B1540E (or 0xB1540E) is unknown color: approx Rust. HEX triplet: B1, 54 and 0E. RGB value is (177,84,14). Sum of RGB (Red+Green+Blue) = 177+84+14=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 14 (5.86% from 255 or 5.09% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1540E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1540E is #4EABF1. Grayscale: #686868. Windows color (decimal): -5155826 or 939185. OLE color: 939185.

HSL color Cylindrical-coordinate representation of color #B1540E: hue angle of 25.77º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1540E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1778414-
CMYK00.530.920.31
HSL25.77º85.34%37.45%-
HSV(B)25.77º92.09%69.41%-
XYZ21.3815.722.32-
YUV103.8377.31180.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.36%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 14 (5.86% from 255) = 5.09%
R=64.36%
G=30.55%
B=5.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177841400.530.920.3125.7785.3437.45
HexB154E0355C1F1a5525
Octal26112416065134373212545
Binary10110001101010011100110101101110011111110101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1540E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1540E; }

 p { color: rgb(177,84,14); }

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

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

 a { background-color: rgb(177,84,14); }

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

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

 span { border-color: rgb(177,84,14); }

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