#B15710

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

Shades of Rust #B15710

Tints of Rust #B15710

Color information

#B15710 (or 0xB15710) is unknown color: approx Rust. HEX triplet: B1, 57 and 10. RGB value is (177,87,16). Sum of RGB (Red+Green+Blue) = 177+87+16=280 (37% of max value = 765). Red value is 177 (69.53% from 255 or 63.21% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 177 - color contains mainly: red. Hex color #B15710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15710 is #4EA8EF. Grayscale: #6A6A6A. Windows color (decimal): -5155056 or 1071025. OLE color: 1071025.

HSL color Cylindrical-coordinate representation of color #B15710: hue angle of 26.46º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B15710 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1778716-
CMYK00.510.910.31
HSL26.46º83.42%37.84%-
HSV(B)26.46º90.96%69.41%-
XYZ21.6316.22.48-
YUV105.8277.32178.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.21%
GREEN value IS 87 (34.38% from 255) = 31.07%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=63.21%
G=31.07%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177871600.510.910.3126.4683.4237.84
HexB157100335B1F1a5326
Octal26112720063133373212346
Binary101100011010111100000110011101101111111110101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15710; }

 p { color: rgb(177,87,16); }

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

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

 a { background-color: rgb(177,87,16); }

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

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

 span { border-color: rgb(177,87,16); }

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