#B14E15

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

Shades of Rust #B14E15

Tints of Rust #B14E15

Color information

#B14E15 (or 0xB14E15) is unknown color: approx Rust. HEX triplet: B1, 4E and 15. RGB value is (177,78,21). Sum of RGB (Red+Green+Blue) = 177+78+21=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14E15 is #4EB1EA. Grayscale: #656565. Windows color (decimal): -5157355 or 1396401. OLE color: 1396401.

HSL color Cylindrical-coordinate representation of color #B14E15: hue angle of 21.92º degrees, saturation: 0.79, 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 #B14E15 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB1777821-
CMYK00.560.880.31
HSL21.92º78.79%38.82%-
HSV(B)21.92º88.14%69.41%-
XYZ20.9914.852.47-
YUV101.182.8182.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 78 (30.86% from 255) = 28.26%
BLUE value IS 21 (8.59% from 255) = 7.61%
R=64.13%
G=28.26%
B=7.61%

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
Decimal177782100.560.880.3121.9278.7938.82
HexB14E15038581F164f27
Octal26111625070130372611747
Binary101100011001110101010111000101100011111101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E15; }

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

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

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

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

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

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

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

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