#B34306

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

Shades of Rust #B34306

Tints of Rust #B34306

Color information

#B34306 (or 0xB34306) is unknown color: approx Rust. HEX triplet: B3, 43 and 06. RGB value is (179,67,6). Sum of RGB (Red+Green+Blue) = 179+67+6=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B34306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34306 is #4CBCF9. Grayscale: #5D5D5D. Windows color (decimal): -5029114 or 410547. OLE color: 410547.

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

Color convert

RGB179676-
CMYK00.630.970.30
HSL21.16º93.51%36.27%-
HSV(B)21.16º96.65%70.2%-
XYZ20.6313.611.71-
YUV93.5378.61188.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 67 (26.56% from 255) = 26.59%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=71.03%
G=26.59%
B=2.38%

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
Decimal17967600.630.970.3021.1693.5136.27
HexB343603F611E155e24
Octal2631036077141362513644
Binary1011001110000111100111111110000111110101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34306; }

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

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

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

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

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

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

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

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