#B35211

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

Shades of Rust #B35211

Tints of Rust #B35211

Color information

#B35211 (or 0xB35211) is unknown color: approx Rust. HEX triplet: B3, 52 and 11. RGB value is (179,82,17). Sum of RGB (Red+Green+Blue) = 179+82+17=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B35211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35211 is #4CADEE. Grayscale: #676767. Windows color (decimal): -5025263 or 1135283. OLE color: 1135283.

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

Color convert

RGB1798217-
CMYK00.540.910.30
HSL24.07º82.65%38.43%-
HSV(B)24.07º90.5%70.2%-
XYZ21.7115.662.41-
YUV103.5979.14181.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 17 (7.03% from 255) = 6.12%
R=64.39%
G=29.50%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179821700.540.910.3024.0782.6538.43
HexB352110365B1E185326
Octal26312221066133363012346
Binary101100111010010100010110110101101111110110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35211; }

 p { color: rgb(179,82,17); }

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

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

 a { background-color: rgb(179,82,17); }

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

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

 span { border-color: rgb(179,82,17); }

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