#B5520D

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

Shades of Rust #B5520D

Tints of Rust #B5520D

Color information

#B5520D (or 0xB5520D) is unknown color: approx Rust. HEX triplet: B5, 52 and 0D. RGB value is (181,82,13). Sum of RGB (Red+Green+Blue) = 181+82+13=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5520D is #4AADF2. Grayscale: #686868. Windows color (decimal): -4894195 or 873141. OLE color: 873141.

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

Color convert

RGB1818213-
CMYK00.550.930.29
HSL24.64º86.6%38.04%-
HSV(B)24.64º92.82%70.98%-
XYZ22.1515.892.28-
YUV103.7476.8183.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 13 (5.47% from 255) = 4.71%
R=65.58%
G=29.71%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181821300.550.930.2924.6486.638.04
HexB552D0375D1D195726
Octal26512215067135353112746
Binary10110101101001011010110111101110111101110011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5520D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5520D; }

 p { color: rgb(181,82,13); }

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

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

 a { background-color: rgb(181,82,13); }

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

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

 span { border-color: rgb(181,82,13); }

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