#B34206

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

Shades of Rust #B34206

Tints of Rust #B34206

Color information

#B34206 (or 0xB34206) is unknown color: approx Rust. HEX triplet: B3, 42 and 06. RGB value is (179,66,6). Sum of RGB (Red+Green+Blue) = 179+66+6=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B34206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34206 is #4CBDF9. Grayscale: #5D5D5D. Windows color (decimal): -5029370 or 410291. OLE color: 410291.

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

Color convert

RGB179666-
CMYK00.630.970.30
HSL20.81º93.51%36.27%-
HSV(B)20.81º96.65%70.2%-
XYZ20.5713.491.69-
YUV92.9578.94189.38-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.31%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=71.31%
G=26.29%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17966600.630.970.3020.8193.5136.27
HexB342603F611E155e24
Octal2631026077141362513644
Binary1011001110000101100111111110000111110101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34206; }

 p { color: rgb(179,66,6); }

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

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

 a { background-color: rgb(179,66,6); }

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

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

 span { border-color: rgb(179,66,6); }

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