#B14F03

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

Shades of Rust #B14F03

Tints of Rust #B14F03

Color information

#B14F03 (or 0xB14F03) is unknown color: approx Rust. HEX triplet: B1, 4F and 03. RGB value is (177,79,3). Sum of RGB (Red+Green+Blue) = 177+79+3=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F03 is #4EB0FC. Grayscale: #646464. Windows color (decimal): -5157117 or 217009. OLE color: 217009.

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

Color convert

RGB177793-
CMYK00.550.980.31
HSL26.21º96.67%35.29%-
HSV(B)26.21º98.31%69.41%-
XYZ20.9414.951.87-
YUV99.6473.47183.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.34%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 3 (1.56% from 255) = 1.16%
R=68.34%
G=30.50%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17779300.550.980.3126.2196.6735.29
HexB14F3037621F1a6123
Octal2611173067142373214143
Binary101100011001111110110111110001011111110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14F03; }

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

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

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

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

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

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

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

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