#B35015

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

Shades of Rust #B35015

Tints of Rust #B35015

Color information

#B35015 (or 0xB35015) is unknown color: approx Rust. HEX triplet: B3, 50 and 15. RGB value is (179,80,21). Sum of RGB (Red+Green+Blue) = 179+80+21=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B35015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35015 is #4CAFEA. Grayscale: #676767. Windows color (decimal): -5025771 or 1396915. OLE color: 1396915.

HSL color Cylindrical-coordinate representation of color #B35015: hue angle of 22.41º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B35015 is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1798021-
CMYK00.550.880.30
HSL22.41º79%39.22%-
HSV(B)22.41º88.27%70.2%-
XYZ21.5915.382.54-
YUV102.8881.8182.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 80 (31.64% from 255) = 28.57%
BLUE value IS 21 (8.59% from 255) = 7.5%
R=63.93%
G=28.57%
B=7.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179802100.550.880.3022.417939.22
HexB35015037581E164f27
Octal26312025067130362611747
Binary101100111010000101010110111101100011110101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35015; }

 p { color: rgb(179,80,21); }

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

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

 a { background-color: rgb(179,80,21); }

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

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

 span { border-color: rgb(179,80,21); }

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