#B35510

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

Shades of Rust #B35510

Tints of Rust #B35510

Color information

#B35510 (or 0xB35510) is unknown color: approx Rust. HEX triplet: B3, 55 and 10. RGB value is (179,85,16). Sum of RGB (Red+Green+Blue) = 179+85+16=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 85 (33.59% from 255 or 30.36% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B35510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35510 is #4CAAEF. Grayscale: #696969. Windows color (decimal): -5024496 or 1070515. OLE color: 1070515.

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

Color convert

RGB1798516-
CMYK00.530.910.30
HSL25.4º83.59%38.24%-
HSV(B)25.4º91.06%70.2%-
XYZ21.9316.122.45-
YUV105.2477.64180.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 85 (33.59% from 255) = 30.36%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=63.93%
G=30.36%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179851600.530.910.3025.483.5938.24
HexB355100355B1E195426
Octal26312520065133363112446
Binary101100111010101100000110101101101111110110011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35510; }

 p { color: rgb(179,85,16); }

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

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

 a { background-color: rgb(179,85,16); }

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

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

 span { border-color: rgb(179,85,16); }

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