#B35317

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

Shades of Rust #B35317

Tints of Rust #B35317

Color information

#B35317 (or 0xB35317) is unknown color: approx Rust. HEX triplet: B3, 53 and 17. RGB value is (179,83,23). Sum of RGB (Red+Green+Blue) = 179+83+23=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 23 (9.38% from 255 or 8.07% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B35317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35317 is #4CACE8. Grayscale: #696969. Windows color (decimal): -5025001 or 1528755. OLE color: 1528755.

HSL color Cylindrical-coordinate representation of color #B35317: hue angle of 23.08º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B35317 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB1798323-
CMYK00.540.870.30
HSL23.08º77.23%39.61%-
HSV(B)23.08º87.15%70.2%-
XYZ21.8415.832.72-
YUV104.8681.8180.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 83 (32.81% from 255) = 29.12%
BLUE value IS 23 (9.38% from 255) = 8.07%
R=62.81%
G=29.12%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179832300.540.870.3023.0877.2339.61
HexB35317036571E174d28
Octal26312327066127362711550
Binary101100111010011101110110110101011111110101111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35317; }

 p { color: rgb(179,83,23); }

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

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

 a { background-color: rgb(179,83,23); }

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

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

 span { border-color: rgb(179,83,23); }

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