#B54F13

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

Shades of Rust #B54F13

Tints of Rust #B54F13

Color information

#B54F13 (or 0xB54F13) is unknown color: approx Rust. HEX triplet: B5, 4F and 13. RGB value is (181,79,19). Sum of RGB (Red+Green+Blue) = 181+79+19=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54F13 is #4AB0EC. Grayscale: #676767. Windows color (decimal): -4894957 or 1265589. OLE color: 1265589.

HSL color Cylindrical-coordinate representation of color #B54F13: hue angle of 22.22º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54F13 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1817919-
CMYK00.560.900.29
HSL22.22º81%39.22%-
HSV(B)22.22º89.5%70.98%-
XYZ21.9715.462.44-
YUV102.6680.79183.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.87%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 19 (7.81% from 255) = 6.81%
R=64.87%
G=28.32%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181791900.560.900.2922.228139.22
HexB54F130385A1D165127
Octal26511723070132352612147
Binary101101011001111100110111000101101011101101101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54F13; }

 p { color: rgb(181,79,19); }

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

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

 a { background-color: rgb(181,79,19); }

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

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

 span { border-color: rgb(181,79,19); }

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