#B25111

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

Shades of Rust #B25111

Tints of Rust #B25111

Color information

#B25111 (or 0xB25111) is unknown color: approx Rust. HEX triplet: B2, 51 and 11. RGB value is (178,81,17). Sum of RGB (Red+Green+Blue) = 178+81+17=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 17 (7.03% from 255 or 6.16% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B25111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25111 is #4DAEEE. Grayscale: #676767. Windows color (decimal): -5091055 or 1135026. OLE color: 1135026.

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

Color convert

RGB1788117-
CMYK00.540.900.30
HSL23.85º82.56%38.24%-
HSV(B)23.85º90.45%69.8%-
XYZ21.415.392.37-
YUV102.7179.64181.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.49%
GREEN value IS 81 (32.03% from 255) = 29.35%
BLUE value IS 17 (7.03% from 255) = 6.16%
R=64.49%
G=29.35%
B=6.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178811700.540.900.3023.8582.5638.24
HexB251110365A1E185326
Octal26212121066132363012346
Binary101100101010001100010110110101101011110110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25111; }

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

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

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

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

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

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

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

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