#B35204

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

Shades of Rust #B35204

Tints of Rust #B35204

Color information

#B35204 (or 0xB35204) is unknown color: approx Rust. HEX triplet: B3, 52 and 04. RGB value is (179,82,4). Sum of RGB (Red+Green+Blue) = 179+82+4=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B35204 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35204 is #4CADFB. Grayscale: #666666. Windows color (decimal): -5025276 or 283315. OLE color: 283315.

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

Color convert

RGB179824-
CMYK00.540.980.30
HSL26.74º95.63%35.88%-
HSV(B)26.74º97.77%70.2%-
XYZ21.6315.631.99-
YUV102.1172.64182.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.55%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=67.55%
G=30.94%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17982400.540.980.3026.7495.6335.88
HexB3524036621E1b6024
Octal2631224066142363314044
Binary1011001110100101000110110110001011110110111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35204; }

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

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

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

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

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

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

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

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