#B55118

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

Shades of Rust #B55118

Tints of Rust #B55118

Color information

#B55118 (or 0xB55118) is unknown color: approx Rust. HEX triplet: B5, 51 and 18. RGB value is (181,81,24). Sum of RGB (Red+Green+Blue) = 181+81+24=286 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.29% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 24 (9.77% from 255 or 8.39% from 286); Max value from RGB is 181 - color contains mainly: red. Hex color #B55118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55118 is #4AAEE7. Grayscale: #686868. Windows color (decimal): -4894440 or 1593781. OLE color: 1593781.

HSL color Cylindrical-coordinate representation of color #B55118: hue angle of 21.78º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B55118 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1818124-
CMYK00.550.870.29
HSL21.78º76.59%40.2%-
HSV(B)21.78º86.74%70.98%-
XYZ22.1615.772.74-
YUV104.482.63182.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.29%
GREEN value IS 81 (32.03% from 255) = 28.32%
BLUE value IS 24 (9.77% from 255) = 8.39%
R=63.29%
G=28.32%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181812400.550.870.2921.7876.5940.2
HexB55118037571D164d28
Octal26512130067127352611550
Binary101101011010001110000110111101011111101101101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55118; }

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

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

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

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

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

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

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

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