#B54A06

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

Shades of Rust #B54A06

Tints of Rust #B54A06

Color information

#B54A06 (or 0xB54A06) is unknown color: approx Rust. HEX triplet: B5, 4A and 06. RGB value is (181,74,6). Sum of RGB (Red+Green+Blue) = 181+74+6=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A06 is #4AB5F9. Grayscale: #626262. Windows color (decimal): -4896250 or 412341. OLE color: 412341.

HSL color Cylindrical-coordinate representation of color #B54A06: hue angle of 23.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54A06 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB181746-
CMYK00.590.970.29
HSL23.31º93.58%36.67%-
HSV(B)23.31º96.69%70.98%-
XYZ21.5414.731.88-
YUV98.2475.95187.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.35%
GREEN value IS 74 (29.30% from 255) = 28.35%
BLUE value IS 6 (2.73% from 255) = 2.30%
R=69.35%
G=28.35%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18174600.590.970.2923.3193.5836.67
HexB54A603B611D175e25
Octal2651126073141352713645
Binary1011010110010101100111011110000111101101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54A06; }

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

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

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

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

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

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

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

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