#B54101

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

Shades of Rust #B54101

Tints of Rust #B54101

Color information

#B54101 (or 0xB54101) is unknown color: approx Rust. HEX triplet: B5, 41 and 01. RGB value is (181,65,1). Sum of RGB (Red+Green+Blue) = 181+65+1=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B54101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54101 is #4ABEFE. Grayscale: #5C5C5C. Windows color (decimal): -4898559 or 82357. OLE color: 82357.

HSL color Cylindrical-coordinate representation of color #B54101: hue angle of 21.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B54101 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB181651-
CMYK00.640.990.29
HSL21.33º98.9%35.69%-
HSV(B)21.33º99.45%70.98%-
XYZ20.9513.611.55-
YUV92.3976.43191.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.28%
GREEN value IS 65 (25.78% from 255) = 26.32%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=73.28%
G=26.32%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18165100.640.990.2921.3398.935.69
HexB5411040631D156324
Octal26510110100143352514344
Binary101101011000001101000000110001111101101011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54101; }

 p { color: rgb(181,65,1); }

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

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

 a { background-color: rgb(181,65,1); }

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

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

 span { border-color: rgb(181,65,1); }

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