#B53316

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

Shades of Rust #B53316

Tints of Rust #B53316

Color information

#B53316 (or 0xB53316) is unknown color: approx Rust. HEX triplet: B5, 33 and 16. RGB value is (181,51,22). Sum of RGB (Red+Green+Blue) = 181+51+22=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B53316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53316 is #4ACCE9. Grayscale: #565656. Windows color (decimal): -4902122 or 1455029. OLE color: 1455029.

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

Color convert

RGB1815122-
CMYK00.720.880.29
HSL10.94º78.33%39.8%-
HSV(B)10.94º87.85%70.98%-
XYZ20.3812.252.05-
YUV86.5691.57195.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.26%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 22 (8.98% from 255) = 8.66%
R=71.26%
G=20.08%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181512200.720.880.2910.9478.3339.8
HexB53316048581Db4e28
Octal26563260110130351311650
Binary10110101110011101100100100010110001110110111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53316; }

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

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

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

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

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

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

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

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