#b54c19

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

Shades of Rust #B54C19

Tints of Rust #B54C19

Color information

#B54C19 (or 0xB54C19) is unknown color: approx Rust. HEX triplet: B5, 4C and 19. RGB value is (181,76,25). Sum of RGB (Red+Green+Blue) = 181+76+25=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C19 is #4AB3E6. Grayscale: #656565. Windows color (decimal): -4895719 or 1658037. OLE color: 1658037.

HSL color Cylindrical-coordinate representation of color #B54C19: hue angle of 19.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B54C19 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1817625-
CMYK00.580.860.29
HSL19.62º75.73%40.39%-
HSV(B)19.62º86.19%70.98%-
XYZ21.8215.062.68-
YUV101.5884.79184.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.18%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 25 (10.16% from 255) = 8.87%
R=64.18%
G=26.95%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181762500.580.860.2919.6275.7340.39
HexB54C1903A561D144c28
Octal26511431072126352411450
Binary101101011001100110010111010101011011101101001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54c19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54c19; }

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

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

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

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

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

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

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

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