#B15507

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

Shades of Rust #B15507

Tints of Rust #B15507

Color information

#B15507 (or 0xB15507) is unknown color: approx Rust. HEX triplet: B1, 55 and 07. RGB value is (177,85,7). Sum of RGB (Red+Green+Blue) = 177+85+7=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 7 (3.12% from 255 or 2.60% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B15507 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15507 is #4EAAF8. Grayscale: #686868. Windows color (decimal): -5155577 or 480689. OLE color: 480689.

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

Color convert

RGB177857-
CMYK00.520.960.31
HSL27.53º92.39%36.08%-
HSV(B)27.53º96.05%69.41%-
XYZ21.4215.862.13-
YUV103.6273.48180.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.80%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 7 (3.12% from 255) = 2.60%
R=65.80%
G=31.60%
B=2.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17785700.520.960.3127.5392.3936.08
HexB1557034601F1c5c24
Octal2611257064140373413444
Binary1011000110101011110110100110000011111111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15507; }

 p { color: rgb(177,85,7); }

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

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

 a { background-color: rgb(177,85,7); }

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

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

 span { border-color: rgb(177,85,7); }

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