#B14E16

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

Shades of Rust #B14E16

Tints of Rust #B14E16

Color information

#B14E16 (or 0xB14E16) is unknown color: approx Rust. HEX triplet: B1, 4E and 16. RGB value is (177,78,22). Sum of RGB (Red+Green+Blue) = 177+78+22=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E16 is #4EB1E9. Grayscale: #656565. Windows color (decimal): -5157354 or 1461937. OLE color: 1461937.

HSL color Cylindrical-coordinate representation of color #B14E16: hue angle of 21.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B14E16 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1777822-
CMYK00.560.880.31
HSL21.68º77.89%39.02%-
HSV(B)21.68º87.57%69.41%-
XYZ2114.852.52-
YUV101.2283.3182.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=63.90%
G=28.16%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177782200.560.880.3121.6877.8939.02
HexB14E16038581F164e27
Octal26111626070130372611647
Binary101100011001110101100111000101100011111101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E16; }

 p { color: rgb(177,78,22); }

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

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

 a { background-color: rgb(177,78,22); }

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

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

 span { border-color: rgb(177,78,22); }

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