#B54404

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

Shades of Rust #B54404

Tints of Rust #B54404

Color information

#B54404 (or 0xB54404) is unknown color: approx Rust. HEX triplet: B5, 44 and 04. RGB value is (181,68,4). Sum of RGB (Red+Green+Blue) = 181+68+4=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54404 is #4ABBFB. Grayscale: #5E5E5E. Windows color (decimal): -4897788 or 279733. OLE color: 279733.

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

Color convert

RGB181684-
CMYK00.620.980.29
HSL21.69º95.68%36.27%-
HSV(B)21.69º97.79%70.98%-
XYZ21.1513.971.7-
YUV94.4976.94189.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.54%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 4 (1.95% from 255) = 1.58%
R=71.54%
G=26.88%
B=1.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18168400.620.980.2921.6995.6836.27
HexB544403E621D166024
Octal2651044076142352614044
Binary1011010110001001000111110110001011101101101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54404; }

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

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

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

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

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

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

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

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