#B55418

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

Shades of Rust #B55418

Tints of Rust #B55418

Color information

#B55418 (or 0xB55418) is unknown color: approx Rust. HEX triplet: B5, 54 and 18. RGB value is (181,84,24). Sum of RGB (Red+Green+Blue) = 181+84+24=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B55418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55418 is #4AABE7. Grayscale: #6A6A6A. Windows color (decimal): -4893672 or 1594549. OLE color: 1594549.

HSL color Cylindrical-coordinate representation of color #B55418: hue angle of 22.93º 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 #B55418 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1818424-
CMYK00.540.870.29
HSL22.93º76.59%40.2%-
HSV(B)22.93º86.74%70.98%-
XYZ22.3916.232.82-
YUV106.1681.64181.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 24 (9.77% from 255) = 8.30%
R=62.63%
G=29.07%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181842400.540.870.2922.9376.5940.2
HexB55418036571D174d28
Octal26512430066127352711550
Binary101101011010100110000110110101011111101101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55418; }

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

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

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

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

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

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

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

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