#b5501b

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

Shades of Rust #B5501B

Tints of Rust #B5501B

Color information

#B5501B (or 0xB5501B) is unknown color: approx Rust. HEX triplet: B5, 50 and 1B. RGB value is (181,80,27). Sum of RGB (Red+Green+Blue) = 181+80+27=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B5501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5501B is #4AAFE4. Grayscale: #686868. Windows color (decimal): -4894693 or 1790133. OLE color: 1790133.

HSL color Cylindrical-coordinate representation of color #B5501B: hue angle of 20.65º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B5501B is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB1818027-
CMYK00.560.850.29
HSL20.65º74.04%40.78%-
HSV(B)20.65º85.08%70.98%-
XYZ22.1215.642.89-
YUV104.1684.46182.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.85%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 27 (10.94% from 255) = 9.38%
R=62.85%
G=27.78%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181802700.560.850.2920.6574.0440.78
HexB5501B038551D154a29
Octal26512033070125352511251
Binary101101011010000110110111000101010111101101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5501b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5501b; }

 p { color: rgb(181,80,27); }

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

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

 a { background-color: rgb(181,80,27); }

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

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

 span { border-color: rgb(181,80,27); }

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