#B54915

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

Shades of Rust #B54915

Tints of Rust #B54915

Color information

#B54915 (or 0xB54915) is unknown color: approx Rust. HEX triplet: B5, 49 and 15. RGB value is (181,73,21). Sum of RGB (Red+Green+Blue) = 181+73+21=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 73 (28.91% from 255 or 26.55% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B54915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54915 is #4AB6EA. Grayscale: #636363. Windows color (decimal): -4896491 or 1395125. OLE color: 1395125.

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

Color convert

RGB1817321-
CMYK00.600.880.29
HSL19.5º79.21%39.61%-
HSV(B)19.5º88.4%70.98%-
XYZ21.5714.642.4-
YUV99.3683.78186.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.82%
GREEN value IS 73 (28.91% from 255) = 26.55%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=65.82%
G=26.55%
B=7.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181732100.600.880.2919.579.2139.61
HexB5491503C581D144f28
Octal26511125074130352411750
Binary101101011001001101010111100101100011101101001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54915; }

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

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

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

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

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

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

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

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