#B14D15

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

Shades of Rust #B14D15

Tints of Rust #B14D15

Color information

#B14D15 (or 0xB14D15) is unknown color: approx Rust. HEX triplet: B1, 4D and 15. RGB value is (177,77,21). Sum of RGB (Red+Green+Blue) = 177+77+21=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14D15 is #4EB2EA. Grayscale: #646464. Windows color (decimal): -5157611 or 1396145. OLE color: 1396145.

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

Color convert

RGB1777721-
CMYK00.560.880.31
HSL21.54º78.79%38.82%-
HSV(B)21.54º88.14%69.41%-
XYZ20.9214.712.45-
YUV100.5283.13182.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.36%
GREEN value IS 77 (30.47% from 255) = 28%
BLUE value IS 21 (8.59% from 255) = 7.64%
R=64.36%
G=28%
B=7.64%

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
Decimal177772100.560.880.3121.5478.7938.82
HexB14D15038581F164f27
Octal26111525070130372611747
Binary101100011001101101010111000101100011111101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D15; }

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

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

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

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

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

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

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

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