#B25216

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

Shades of Rust #B25216

Tints of Rust #B25216

Color information

#B25216 (or 0xB25216) is unknown color: approx Rust. HEX triplet: B2, 52 and 16. RGB value is (178,82,22). Sum of RGB (Red+Green+Blue) = 178+82+22=282 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.12% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 178 - color contains mainly: red. Hex color #B25216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B25216 is #4DADE9. Grayscale: #686868. Windows color (decimal): -5090794 or 1462962. OLE color: 1462962.

HSL color Cylindrical-coordinate representation of color #B25216: hue angle of 23.08º degrees, saturation: 0.78, 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 #B25216 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1788222-
CMYK00.540.880.30
HSL23.08º78%39.22%-
HSV(B)23.08º87.64%69.8%-
XYZ21.5215.562.63-
YUV103.8681.8180.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.12%
GREEN value IS 82 (32.42% from 255) = 29.08%
BLUE value IS 22 (8.98% from 255) = 7.80%
R=63.12%
G=29.08%
B=7.80%

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
Decimal178822200.540.880.3023.087839.22
HexB25216036581E174e27
Octal26212226066130362711647
Binary101100101010010101100110110101100011110101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B25216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B25216; }

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

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

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

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

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

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

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

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