#B54816

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

Shades of Rust #B54816

Tints of Rust #B54816

Color information

#B54816 (or 0xB54816) is unknown color: approx Rust. HEX triplet: B5, 48 and 16. RGB value is (181,72,22). Sum of RGB (Red+Green+Blue) = 181+72+22=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B54816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54816 is #4AB7E9. Grayscale: #636363. Windows color (decimal): -4896746 or 1460405. OLE color: 1460405.

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

Color convert

RGB1817222-
CMYK00.600.880.29
HSL18.87º78.33%39.8%-
HSV(B)18.87º87.85%70.98%-
XYZ21.5214.522.43-
YUV98.8984.61186.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.82%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 22 (8.98% from 255) = 8%
R=65.82%
G=26.18%
B=8%

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
Decimal181722200.600.880.2918.8778.3339.8
HexB5481603C581D134e28
Octal26511026074130352311650
Binary101101011001000101100111100101100011101100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54816; }

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

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

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

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

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

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

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

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