#B25607

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

Shades of Rust #B25607

Tints of Rust #B25607

Color information

#B25607 (or 0xB25607) is unknown color: approx Rust. HEX triplet: B2, 56 and 07. RGB value is (178,86,7). Sum of RGB (Red+Green+Blue) = 178+86+7=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B25607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25607 is #4DA9F8. Grayscale: #686868. Windows color (decimal): -5089785 or 480946. OLE color: 480946.

HSL color Cylindrical-coordinate representation of color #B25607: hue angle of 27.72º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B25607 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB178867-
CMYK00.520.960.30
HSL27.72º92.43%36.27%-
HSV(B)27.72º96.07%69.8%-
XYZ21.7316.142.17-
YUV104.572.98180.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.68%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 7 (3.12% from 255) = 2.58%
R=65.68%
G=31.73%
B=2.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17886700.520.960.3027.7292.4336.27
HexB2567034601E1c5c24
Octal2621267064140363413444
Binary1011001010101101110110100110000011110111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25607; }

 p { color: rgb(178,86,7); }

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

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

 a { background-color: rgb(178,86,7); }

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

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

 span { border-color: rgb(178,86,7); }

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