#B25505

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

Shades of Rust #B25505

Tints of Rust #B25505

Color information

#B25505 (or 0xB25505) is unknown color: approx Rust. HEX triplet: B2, 55 and 05. RGB value is (178,85,5). Sum of RGB (Red+Green+Blue) = 178+85+5=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B25505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25505 is #4DAAFA. Grayscale: #686868. Windows color (decimal): -5090043 or 349618. OLE color: 349618.

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

Color convert

RGB178855-
CMYK00.520.970.30
HSL27.75º94.54%35.88%-
HSV(B)27.75º97.19%69.8%-
XYZ21.6415.972.09-
YUV103.6972.31181-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.42%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 5 (2.34% from 255) = 1.87%
R=66.42%
G=31.72%
B=1.87%

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
Decimal17885500.520.970.3027.7594.5435.88
HexB2555034611E1c5f24
Octal2621255064141363413744
Binary1011001010101011010110100110000111110111001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25505; }

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

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

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

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

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

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

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

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