#B54715

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

Shades of Rust #B54715

Tints of Rust #B54715

Color information

#B54715 (or 0xB54715) is unknown color: approx Rust. HEX triplet: B5, 47 and 15. RGB value is (181,71,21). Sum of RGB (Red+Green+Blue) = 181+71+21=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B54715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54715 is #4AB8EA. Grayscale: #626262. Windows color (decimal): -4897003 or 1394613. OLE color: 1394613.

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

Color convert

RGB1817121-
CMYK00.610.880.29
HSL18.75º79.21%39.61%-
HSV(B)18.75º88.4%70.98%-
XYZ21.4414.382.36-
YUV98.1984.44187.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.30%
GREEN value IS 71 (28.12% from 255) = 26.01%
BLUE value IS 21 (8.59% from 255) = 7.69%
R=66.30%
G=26.01%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181712100.610.880.2918.7579.2139.61
HexB5471503D581D134f28
Octal26510725075130352311750
Binary101101011000111101010111101101100011101100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54715; }

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

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

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

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

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

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

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

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