#b55614

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

Shades of Rust #B55614

Tints of Rust #B55614

Color information

#B55614 (or 0xB55614) is unknown color: approx Rust. HEX triplet: B5, 56 and 14. RGB value is (181,86,20). Sum of RGB (Red+Green+Blue) = 181+86+20=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B55614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55614 is #4AA9EB. Grayscale: #6B6B6B. Windows color (decimal): -4893164 or 1332917. OLE color: 1332917.

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

Color convert

RGB1818620-
CMYK00.520.890.29
HSL24.6º80.1%39.41%-
HSV(B)24.6º88.95%70.98%-
XYZ22.5116.532.67-
YUV106.8878.97180.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 86 (33.98% from 255) = 29.97%
BLUE value IS 20 (8.20% from 255) = 6.97%
R=63.07%
G=29.97%
B=6.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181862000.520.890.2924.680.139.41
HexB55614034591D195027
Octal26512624064131353112047
Binary101101011010110101000110100101100111101110011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b55614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b55614; }

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

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

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

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

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

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

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

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