#b54b11

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

Shades of Rust #B54B11

Tints of Rust #B54B11

Color information

#B54B11 (or 0xB54B11) is unknown color: approx Rust. HEX triplet: B5, 4B and 11. RGB value is (181,75,17). Sum of RGB (Red+Green+Blue) = 181+75+17=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54B11 is #4AB4EE. Grayscale: #646464. Windows color (decimal): -4895983 or 1133493. OLE color: 1133493.

HSL color Cylindrical-coordinate representation of color #B54B11: hue angle of 21.22º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B54B11 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1817517-
CMYK00.590.910.29
HSL21.22º82.83%38.82%-
HSV(B)21.22º90.61%70.98%-
XYZ21.6714.92.26-
YUV100.0881.12185.72-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.30%
GREEN value IS 75 (29.69% from 255) = 27.47%
BLUE value IS 17 (7.03% from 255) = 6.23%
R=66.30%
G=27.47%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181751700.590.910.2921.2282.8338.82
HexB54B1103B5B1D155327
Octal26511321073133352512347
Binary101101011001011100010111011101101111101101011010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b54b11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b54b11; }

 p { color: rgb(181,75,17); }

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

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

 a { background-color: rgb(181,75,17); }

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

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

 span { border-color: rgb(181,75,17); }

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