#b3530f

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

Shades of Rust #B3530F

Tints of Rust #B3530F

Color information

#B3530F (or 0xB3530F) is unknown color: approx Rust. HEX triplet: B3, 53 and 0F. RGB value is (179,83,15). Sum of RGB (Red+Green+Blue) = 179+83+15=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3530F is #4CACF0. Grayscale: #686868. Windows color (decimal): -5025009 or 1004467. OLE color: 1004467.

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

Color convert

RGB1798315-
CMYK00.540.920.30
HSL24.88º84.54%38.04%-
HSV(B)24.88º91.62%70.2%-
XYZ21.7715.82.36-
YUV103.9577.8181.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.62%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=64.62%
G=29.96%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179831500.540.920.3024.8884.5438.04
HexB353F0365C1E195526
Octal26312317066134363112546
Binary10110011101001111110110110101110011110110011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3530f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3530f; }

 p { color: rgb(179,83,15); }

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

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

 a { background-color: rgb(179,83,15); }

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

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

 span { border-color: rgb(179,83,15); }

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