#B54E04

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

Shades of Rust #B54E04

Tints of Rust #B54E04

Color information

#B54E04 (or 0xB54E04) is unknown color: approx Rust. HEX triplet: B5, 4E and 04. RGB value is (181,78,4). Sum of RGB (Red+Green+Blue) = 181+78+4=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 78 (30.86% from 255 or 29.66% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54E04 is #4AB1FB. Grayscale: #646464. Windows color (decimal): -4895228 or 282293. OLE color: 282293.

HSL color Cylindrical-coordinate representation of color #B54E04: hue angle of 25.08º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B54E04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB181784-
CMYK00.570.980.29
HSL25.08º95.68%36.27%-
HSV(B)25.08º97.79%70.98%-
XYZ21.815.281.92-
YUV100.3673.62185.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.82%
GREEN value IS 78 (30.86% from 255) = 29.66%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=68.82%
G=29.66%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18178400.570.980.2925.0895.6836.27
HexB54E4039621D196024
Octal2651164071142353114044
Binary1011010110011101000111001110001011101110011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54E04; }

 p { color: rgb(181,78,4); }

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

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

 a { background-color: rgb(181,78,4); }

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

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

 span { border-color: rgb(181,78,4); }

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