#B25707

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

Shades of Rust #B25707

Tints of Rust #B25707

Color information

#B25707 (or 0xB25707) is unknown color: approx Rust. HEX triplet: B2, 57 and 07. RGB value is (178,87,7). Sum of RGB (Red+Green+Blue) = 178+87+7=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 87 (34.38% from 255 or 31.99% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B25707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25707 is #4DA8F8. Grayscale: #696969. Windows color (decimal): -5089529 or 481202. OLE color: 481202.

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

Color convert

RGB178877-
CMYK00.510.960.30
HSL28.07º92.43%36.27%-
HSV(B)28.07º96.07%69.8%-
XYZ21.8116.32.2-
YUV105.0972.65180-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 87 (34.38% from 255) = 31.99%
BLUE value IS 7 (3.12% from 255) = 2.57%
R=65.44%
G=31.99%
B=2.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17887700.510.960.3028.0792.4336.27
HexB2577033601E1c5c24
Octal2621277063140363413444
Binary1011001010101111110110011110000011110111001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25707; }

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

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

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

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

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

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

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

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