#B54C04

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

Shades of Rust #B54C04

Tints of Rust #B54C04

Color information

#B54C04 (or 0xB54C04) is unknown color: approx Rust. HEX triplet: B5, 4C and 04. RGB value is (181,76,4). Sum of RGB (Red+Green+Blue) = 181+76+4=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C04 is #4AB3FB. Grayscale: #636363. Windows color (decimal): -4895740 or 281781. OLE color: 281781.

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

Color convert

RGB181764-
CMYK00.580.980.29
HSL24.41º95.68%36.27%-
HSV(B)24.41º97.79%70.98%-
XYZ21.66151.87-
YUV99.1974.29186.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.35%
GREEN value IS 76 (30.08% from 255) = 29.12%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=69.35%
G=29.12%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18176400.580.980.2924.4195.6836.27
HexB54C403A621D186024
Octal2651144072142353014044
Binary1011010110011001000111010110001011101110001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54C04; }

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

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

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

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

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

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

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

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