#B54B0F

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

Shades of Rust #B54B0F

Tints of Rust #B54B0F

Color information

#B54B0F (or 0xB54B0F) is unknown color: approx Rust. HEX triplet: B5, 4B and 0F. RGB value is (181,75,15). Sum of RGB (Red+Green+Blue) = 181+75+15=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54B0F is #4AB4F0. Grayscale: #646464. Windows color (decimal): -4895985 or 1002421. OLE color: 1002421.

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

Color convert

RGB1817515-
CMYK00.590.920.29
HSL21.69º84.69%38.43%-
HSV(B)21.69º91.71%70.98%-
XYZ21.6614.892.18-
YUV99.8580.12185.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 66.79%
GREEN value IS 75 (29.69% from 255) = 27.68%
BLUE value IS 15 (6.25% from 255) = 5.54%
R=66.79%
G=27.68%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181751500.590.920.2921.6984.6938.43
HexB54BF03B5C1D165526
Octal26511317073134352612546
Binary10110101100101111110111011101110011101101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54B0F; }

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

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

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

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

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

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

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

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