#B25215

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

Shades of Rust #B25215

Tints of Rust #B25215

Color information

#B25215 (or 0xB25215) is unknown color: approx Rust. HEX triplet: B2, 52 and 15. RGB value is (178,82,21). Sum of RGB (Red+Green+Blue) = 178+82+21=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B25215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25215 is #4DADEA. Grayscale: #686868. Windows color (decimal): -5090795 or 1397426. OLE color: 1397426.

HSL color Cylindrical-coordinate representation of color #B25215: hue angle of 23.31º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B25215 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1788221-
CMYK00.540.880.30
HSL23.31º78.89%39.02%-
HSV(B)23.31º88.2%69.8%-
XYZ21.5115.552.58-
YUV103.7581.3180.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 82 (32.42% from 255) = 29.18%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=63.35%
G=29.18%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178822100.540.880.3023.3178.8939.02
HexB25215036581E174f27
Octal26212225066130362711747
Binary101100101010010101010110110101100011110101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25215; }

 p { color: rgb(178,82,21); }

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

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

 a { background-color: rgb(178,82,21); }

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

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

 span { border-color: rgb(178,82,21); }

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