#b53a1e

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

Shades of Rust #B53A1E

Tints of Rust #B53A1E

Color information

#B53A1E (or 0xB53A1E) is unknown color: approx Rust. HEX triplet: B5, 3A and 1E. RGB value is (181,58,30). Sum of RGB (Red+Green+Blue) = 181+58+30=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53A1E is #4AC5E1. Grayscale: #5B5B5B. Windows color (decimal): -4900322 or 1981109. OLE color: 1981109.

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

Color convert

RGB1815830-
CMYK00.680.830.29
HSL11.13º71.56%41.37%-
HSV(B)11.13º83.43%70.98%-
XYZ20.812.942.63-
YUV91.5893.25191.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 67.29%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 30 (12.11% from 255) = 11.15%
R=67.29%
G=21.56%
B=11.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181583000.680.830.2911.1371.5641.37
HexB53A1E044531Db4829
Octal26572360104123351311051
Binary10110101111010111100100010010100111110110111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b53a1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b53a1e; }

 p { color: rgb(181,58,30); }

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

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

 a { background-color: rgb(181,58,30); }

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

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

 span { border-color: rgb(181,58,30); }

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