#B54713

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

Shades of Rust #B54713

Tints of Rust #B54713

Color information

#B54713 (or 0xB54713) is unknown color: approx Rust. HEX triplet: B5, 47 and 13. RGB value is (181,71,19). Sum of RGB (Red+Green+Blue) = 181+71+19=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54713 is #4AB8EC. Grayscale: #626262. Windows color (decimal): -4897005 or 1263541. OLE color: 1263541.

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

Color convert

RGB1817119-
CMYK00.610.900.29
HSL19.26º81%39.22%-
HSV(B)19.26º89.5%70.98%-
XYZ21.4314.382.26-
YUV97.9683.44187.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=66.79%
G=26.20%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181711900.610.900.2919.268139.22
HexB5471303D5A1D135127
Octal26510723075132352312147
Binary101101011000111100110111101101101011101100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54713; }

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

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

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

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

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

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

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

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