#B14601

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

Shades of Rust #B14601

Tints of Rust #B14601

Color information

#B14601 (or 0xB14601) is unknown color: approx Rust. HEX triplet: B1, 46 and 01. RGB value is (177,70,1). Sum of RGB (Red+Green+Blue) = 177+70+1=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B14601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14601 is #4EB9FE. Grayscale: #5E5E5E. Windows color (decimal): -5159423 or 83633. OLE color: 83633.

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

Color convert

RGB177701-
CMYK00.600.990.31
HSL23.52º98.88%34.9%-
HSV(B)23.52º99.44%69.41%-
XYZ20.3313.731.61-
YUV94.1375.45187.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.37%
GREEN value IS 70 (27.73% from 255) = 28.23%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=71.37%
G=28.23%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17770100.600.990.3123.5298.8834.9
HexB146103C631F186323
Octal2611061074143373014343
Binary10110001100011010111100110001111111110001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14601; }

 p { color: rgb(177,70,1); }

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

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

 a { background-color: rgb(177,70,1); }

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

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

 span { border-color: rgb(177,70,1); }

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