#B53A14

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

Shades of Rust #B53A14

Tints of Rust #B53A14

Color information

#B53A14 (or 0xB53A14) is unknown color: approx Rust. HEX triplet: B5, 3A and 14. RGB value is (181,58,20). Sum of RGB (Red+Green+Blue) = 181+58+20=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53A14 is #4AC5EB. Grayscale: #5A5A5A. Windows color (decimal): -4900332 or 1325749. OLE color: 1325749.

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

Color convert

RGB1815820-
CMYK00.680.890.29
HSL14.16º80.1%39.41%-
HSV(B)14.16º88.95%70.98%-
XYZ20.712.92.06-
YUV90.4488.25192.59-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 20 (8.20% from 255) = 7.72%
R=69.88%
G=22.39%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181582000.680.890.2914.1680.139.41
HexB53A14044591De5027
Octal26572240104131351612047
Binary10110101111010101000100010010110011110111101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53A14; }

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

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

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

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

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

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

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

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