#B53914

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

Shades of Rust #B53914

Tints of Rust #B53914

Color information

#B53914 (or 0xB53914) is unknown color: approx Rust. HEX triplet: B5, 39 and 14. RGB value is (181,57,20). Sum of RGB (Red+Green+Blue) = 181+57+20=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B53914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53914 is #4AC6EB. Grayscale: #5A5A5A. Windows color (decimal): -4900588 or 1325493. OLE color: 1325493.

HSL color Cylindrical-coordinate representation of color #B53914: hue angle of 13.79º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B53914 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1815720-
CMYK00.690.890.29
HSL13.79º80.1%39.41%-
HSV(B)13.79º88.95%70.98%-
XYZ20.6512.82.04-
YUV89.8688.58193.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.16%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 20 (8.20% from 255) = 7.75%
R=70.16%
G=22.09%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181572000.690.890.2913.7980.139.41
HexB53914045591De5027
Octal26571240105131351612047
Binary10110101111001101000100010110110011110111101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53914; }

 p { color: rgb(181,57,20); }

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

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

 a { background-color: rgb(181,57,20); }

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

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

 span { border-color: rgb(181,57,20); }

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