#B5440E

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

Shades of Rust #B5440E

Tints of Rust #B5440E

Color information

#B5440E (or 0xB5440E) is unknown color: approx Rust. HEX triplet: B5, 44 and 0E. RGB value is (181,68,14). Sum of RGB (Red+Green+Blue) = 181+68+14=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5440E is #4ABBF1. Grayscale: #5F5F5F. Windows color (decimal): -4897778 or 935093. OLE color: 935093.

HSL color Cylindrical-coordinate representation of color #B5440E: hue angle of 19.4º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B5440E is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1816814-
CMYK00.620.920.29
HSL19.4º85.64%38.24%-
HSV(B)19.4º92.27%70.98%-
XYZ21.213.992-
YUV95.6381.94188.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.82%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 14 (5.86% from 255) = 5.32%
R=68.82%
G=25.86%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181681400.620.920.2919.485.6438.24
HexB544E03E5C1D135626
Octal26510416076134352312646
Binary10110101100010011100111110101110011101100111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5440E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5440E; }

 p { color: rgb(181,68,14); }

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

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

 a { background-color: rgb(181,68,14); }

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

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

 span { border-color: rgb(181,68,14); }

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