#B35A0F

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

Shades of Rust #B35A0F

Tints of Rust #B35A0F

Color information

#B35A0F (or 0xB35A0F) is unknown color: approx Rust. HEX triplet: B3, 5A and 0F. RGB value is (179,90,15). Sum of RGB (Red+Green+Blue) = 179+90+15=284 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.03% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35A0F is #4CA5F0. Grayscale: #6C6C6C. Windows color (decimal): -5023217 or 1006259. OLE color: 1006259.

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

Color convert

RGB1799015-
CMYK00.500.920.30
HSL27.44º84.54%38.04%-
HSV(B)27.44º91.62%70.2%-
XYZ22.3316.932.54-
YUV108.0675.49178.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.03%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=63.03%
G=31.69%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179901500.500.920.3027.4484.5438.04
HexB35AF0325C1E1b5526
Octal26313217062134363312546
Binary10110011101101011110110010101110011110110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A0F; }

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

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

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

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

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

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

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

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