#B14709

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

Shades of Rust #B14709

Tints of Rust #B14709

Color information

#B14709 (or 0xB14709) is unknown color: approx Rust. HEX triplet: B1, 47 and 09. RGB value is (177,71,9). Sum of RGB (Red+Green+Blue) = 177+71+9=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B14709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14709 is #4EB8F6. Grayscale: #5F5F5F. Windows color (decimal): -5159159 or 608177. OLE color: 608177.

HSL color Cylindrical-coordinate representation of color #B14709: hue angle of 22.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B14709 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB177719-
CMYK00.600.950.31
HSL22.14º90.32%36.47%-
HSV(B)22.14º94.92%69.41%-
XYZ20.4313.871.86-
YUV95.6379.12186.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 9 (3.91% from 255) = 3.50%
R=68.87%
G=27.63%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17771900.600.950.3122.1490.3236.47
HexB147903C5F1F165a24
Octal26110711074137372613244
Binary10110001100011110010111100101111111111101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14709; }

 p { color: rgb(177,71,9); }

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

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

 a { background-color: rgb(177,71,9); }

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

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

 span { border-color: rgb(177,71,9); }

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