#B53416

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

Shades of Rust #B53416

Tints of Rust #B53416

Color information

#B53416 (or 0xB53416) is unknown color: approx Rust. HEX triplet: B5, 34 and 16. RGB value is (181,52,22). Sum of RGB (Red+Green+Blue) = 181+52+22=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B53416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53416 is #4ACBE9. Grayscale: #575757. Windows color (decimal): -4901866 or 1455285. OLE color: 1455285.

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

Color convert

RGB1815222-
CMYK00.710.880.29
HSL11.32º78.33%39.8%-
HSV(B)11.32º87.85%70.98%-
XYZ20.4312.342.06-
YUV87.1591.24194.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.98%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 22 (8.98% from 255) = 8.63%
R=70.98%
G=20.39%
B=8.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181522200.710.880.2911.3278.3339.8
HexB53416047581Db4e28
Octal26564260107130351311650
Binary10110101110100101100100011110110001110110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53416; }

 p { color: rgb(181,52,22); }

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

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

 a { background-color: rgb(181,52,22); }

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

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

 span { border-color: rgb(181,52,22); }

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