#B54A16

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

Shades of Rust #B54A16

Tints of Rust #B54A16

Color information

#B54A16 (or 0xB54A16) is unknown color: approx Rust. HEX triplet: B5, 4A and 16. RGB value is (181,74,22). Sum of RGB (Red+Green+Blue) = 181+74+22=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A16 is #4AB5E9. Grayscale: #646464. Windows color (decimal): -4896234 or 1460917. OLE color: 1460917.

HSL color Cylindrical-coordinate representation of color #B54A16: hue angle of 19.62º 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 #B54A16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB1817422-
CMYK00.590.880.29
HSL19.62º78.33%39.8%-
HSV(B)19.62º87.85%70.98%-
XYZ21.6514.782.47-
YUV100.0683.95185.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.34%
GREEN value IS 74 (29.30% from 255) = 26.71%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=65.34%
G=26.71%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181742200.590.880.2919.6278.3339.8
HexB54A1603B581D144e28
Octal26511226073130352411650
Binary101101011001010101100111011101100011101101001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A16; }

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

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

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

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

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

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

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

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