#B15118

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

Shades of Rust #B15118

Tints of Rust #B15118

Color information

#B15118 (or 0xB15118) is unknown color: approx Rust. HEX triplet: B1, 51 and 18. RGB value is (177,81,24). Sum of RGB (Red+Green+Blue) = 177+81+24=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B15118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15118 is #4EAEE7. Grayscale: #676767. Windows color (decimal): -5156584 or 1593777. OLE color: 1593777.

HSL color Cylindrical-coordinate representation of color #B15118: hue angle of 22.35º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B15118 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB1778124-
CMYK00.540.860.31
HSL22.35º76.12%39.41%-
HSV(B)22.35º86.44%69.41%-
XYZ21.2415.32.7-
YUV103.2183.3180.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.77%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 24 (9.77% from 255) = 8.51%
R=62.77%
G=28.72%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177812400.540.860.3122.3576.1239.41
HexB15118036561F164c27
Octal26112130066126372611447
Binary101100011010001110000110110101011011111101101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15118; }

 p { color: rgb(177,81,24); }

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

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

 a { background-color: rgb(177,81,24); }

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

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

 span { border-color: rgb(177,81,24); }

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