#B25605

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

Shades of Rust #B25605

Tints of Rust #B25605

Color information

#B25605 (or 0xB25605) is unknown color: approx Rust. HEX triplet: B2, 56 and 05. RGB value is (178,86,5). Sum of RGB (Red+Green+Blue) = 178+86+5=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B25605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25605 is #4DA9FA. Grayscale: #686868. Windows color (decimal): -5089787 or 349874. OLE color: 349874.

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

Color convert

RGB178865-
CMYK00.520.970.30
HSL28.09º94.54%35.88%-
HSV(B)28.09º97.19%69.8%-
XYZ21.7216.132.11-
YUV104.2771.98180.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.17%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=66.17%
G=31.97%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17886500.520.970.3028.0994.5435.88
HexB2565034611E1c5f24
Octal2621265064141363413744
Binary1011001010101101010110100110000111110111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25605; }

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

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

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

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

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

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

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

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