#B55616

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

Shades of Rust #B55616

Tints of Rust #B55616

Color information

#B55616 (or 0xB55616) is unknown color: approx Rust. HEX triplet: B5, 56 and 16. RGB value is (181,86,22). Sum of RGB (Red+Green+Blue) = 181+86+22=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B55616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55616 is #4AA9E9. Grayscale: #6B6B6B. Windows color (decimal): -4893162 or 1463989. OLE color: 1463989.

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

Color convert

RGB1818622-
CMYK00.520.880.29
HSL24.15º78.33%39.8%-
HSV(B)24.15º87.85%70.98%-
XYZ22.5316.542.76-
YUV107.1179.97180.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 86 (33.98% from 255) = 29.76%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=62.63%
G=29.76%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181862200.520.880.2924.1578.3339.8
HexB55616034581D184e28
Octal26512626064130353011650
Binary101101011010110101100110100101100011101110001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55616; }

 p { color: rgb(181,86,22); }

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

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

 a { background-color: rgb(181,86,22); }

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

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

 span { border-color: rgb(181,86,22); }

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