#B34406

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

Shades of Rust #B34406

Tints of Rust #B34406

Color information

#B34406 (or 0xB34406) is unknown color: approx Rust. HEX triplet: B3, 44 and 06. RGB value is (179,68,6). Sum of RGB (Red+Green+Blue) = 179+68+6=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B34406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34406 is #4CBBF9. Grayscale: #5E5E5E. Windows color (decimal): -5028858 or 410803. OLE color: 410803.

HSL color Cylindrical-coordinate representation of color #B34406: hue angle of 21.5º 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 #B34406 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB179686-
CMYK00.620.970.30
HSL21.5º93.51%36.27%-
HSV(B)21.5º96.65%70.2%-
XYZ20.6913.731.73-
YUV94.1278.27188.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 70.75%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 6 (2.73% from 255) = 2.37%
R=70.75%
G=26.88%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17968600.620.970.3021.593.5136.27
HexB344603E611E165e24
Octal2631046076141362613644
Binary1011001110001001100111110110000111110101101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34406; }

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

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

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

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

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

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

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

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