#B53E14

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

Shades of Rust #B53E14

Tints of Rust #B53E14

Color information

#B53E14 (or 0xB53E14) is unknown color: approx Rust. HEX triplet: B5, 3E and 14. RGB value is (181,62,20). Sum of RGB (Red+Green+Blue) = 181+62+20=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53E14 is #4AC1EB. Grayscale: #5D5D5D. Windows color (decimal): -4899308 or 1326773. OLE color: 1326773.

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

Color convert

RGB1816220-
CMYK00.660.890.29
HSL15.65º80.1%39.41%-
HSV(B)15.65º88.95%70.98%-
XYZ20.913.322.13-
YUV92.7986.92190.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.82%
GREEN value IS 62 (24.61% from 255) = 23.57%
BLUE value IS 20 (8.20% from 255) = 7.60%
R=68.82%
G=23.57%
B=7.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181622000.660.890.2915.6580.139.41
HexB53E14042591D105027
Octal26576240102131352012047
Binary101101011111101010001000010101100111101100001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53E14; }

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

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

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

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

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

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

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

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