#B14F0E

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

Shades of Rust #B14F0E

Tints of Rust #B14F0E

Color information

#B14F0E (or 0xB14F0E) is unknown color: approx Rust. HEX triplet: B1, 4F and 0E. RGB value is (177,79,14). Sum of RGB (Red+Green+Blue) = 177+79+14=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F0E is #4EB0F1. Grayscale: #656565. Windows color (decimal): -5157106 or 937905. OLE color: 937905.

HSL color Cylindrical-coordinate representation of color #B14F0E: hue angle of 23.93º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B14F0E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB1777914-
CMYK00.550.920.31
HSL23.93º85.34%37.45%-
HSV(B)23.93º92.09%69.41%-
XYZ21.0114.972.2-
YUV100.8978.97182.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.56%
GREEN value IS 79 (31.25% from 255) = 29.26%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=65.56%
G=29.26%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177791400.550.920.3123.9385.3437.45
HexB14FE0375C1F185525
Octal26111716067134373012545
Binary10110001100111111100110111101110011111110001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F0E; }

 p { color: rgb(177,79,14); }

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

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

 a { background-color: rgb(177,79,14); }

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

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

 span { border-color: rgb(177,79,14); }

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