#B54916

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

Shades of Rust #B54916

Tints of Rust #B54916

Color information

#B54916 (or 0xB54916) is unknown color: approx Rust. HEX triplet: B5, 49 and 16. RGB value is (181,73,22). Sum of RGB (Red+Green+Blue) = 181+73+22=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B54916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54916 is #4AB6E9. Grayscale: #636363. Windows color (decimal): -4896490 or 1460661. OLE color: 1460661.

HSL color Cylindrical-coordinate representation of color #B54916: hue angle of 19.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B54916 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1817322-
CMYK00.600.880.29
HSL19.25º78.33%39.8%-
HSV(B)19.25º87.85%70.98%-
XYZ21.5814.652.45-
YUV99.4884.28186.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=65.58%
G=26.45%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181732200.600.880.2919.2578.3339.8
HexB5491603C581D134e28
Octal26511126074130352311650
Binary101101011001001101100111100101100011101100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54916; }

 p { color: rgb(181,73,22); }

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

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

 a { background-color: rgb(181,73,22); }

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

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

 span { border-color: rgb(181,73,22); }

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