#B25117

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

Shades of Rust #B25117

Tints of Rust #B25117

Color information

#B25117 (or 0xB25117) is unknown color: approx Rust. HEX triplet: B2, 51 and 17. RGB value is (178,81,23). Sum of RGB (Red+Green+Blue) = 178+81+23=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B25117 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25117 is #4DAEE8. Grayscale: #676767. Windows color (decimal): -5091049 or 1528242. OLE color: 1528242.

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

Color convert

RGB1788123-
CMYK00.540.870.30
HSL22.45º77.11%39.41%-
HSV(B)22.45º87.08%69.8%-
XYZ21.4615.412.65-
YUV103.3982.64181.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 81 (32.03% from 255) = 28.72%
BLUE value IS 23 (9.38% from 255) = 8.16%
R=63.12%
G=28.72%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178812300.540.870.3022.4577.1139.41
HexB25117036571E164d27
Octal26212127066127362611547
Binary101100101010001101110110110101011111110101101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25117; }

 p { color: rgb(178,81,23); }

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

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

 a { background-color: rgb(178,81,23); }

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

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

 span { border-color: rgb(178,81,23); }

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