#B3491E

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

Shades of Rust #B3491E

Tints of Rust #B3491E

Color information

#B3491E (or 0xB3491E) is unknown color: approx Rust. HEX triplet: B3, 49 and 1E. RGB value is (179,73,30). Sum of RGB (Red+Green+Blue) = 179+73+30=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B3491E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3491E is #4CB6E1. Grayscale: #646464. Windows color (decimal): -5027554 or 1984947. OLE color: 1984947.

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

Color convert

RGB1797330-
CMYK00.590.830.30
HSL17.32º71.29%40.98%-
HSV(B)17.32º83.24%70.2%-
XYZ21.2114.442.9-
YUV99.7988.62184.5-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 30 (12.11% from 255) = 10.64%
R=63.48%
G=25.89%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179733000.590.830.3017.3271.2940.98
HexB3491E03B531E114729
Octal26311136073123362110751
Binary101100111001001111100111011101001111110100011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3491E; }

 p { color: rgb(179,73,30); }

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

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

 a { background-color: rgb(179,73,30); }

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

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

 span { border-color: rgb(179,73,30); }

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