#B25011

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

Shades of Rust #B25011

Tints of Rust #B25011

Color information

#B25011 (or 0xB25011) is unknown color: approx Rust. HEX triplet: B2, 50 and 11. RGB value is (178,80,17). Sum of RGB (Red+Green+Blue) = 178+80+17=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B25011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25011 is #4DAFEE. Grayscale: #666666. Windows color (decimal): -5091311 or 1134770. OLE color: 1134770.

HSL color Cylindrical-coordinate representation of color #B25011: hue angle of 23.48º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B25011 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1788017-
CMYK00.550.900.30
HSL23.48º82.56%38.24%-
HSV(B)23.48º90.45%69.8%-
XYZ21.3315.242.35-
YUV102.1279.97182.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.73%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=64.73%
G=29.09%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178801700.550.900.3023.4882.5638.24
HexB250110375A1E175326
Octal26212021067132362712346
Binary101100101010000100010110111101101011110101111010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25011; }

 p { color: rgb(178,80,17); }

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

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

 a { background-color: rgb(178,80,17); }

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

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

 span { border-color: rgb(178,80,17); }

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