#B14405

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

Shades of Rust #B14405

Tints of Rust #B14405

Color information

#B14405 (or 0xB14405) is unknown color: approx Rust. HEX triplet: B1, 44 and 05. RGB value is (177,68,5). Sum of RGB (Red+Green+Blue) = 177+68+5=250 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 177 - color contains mainly: red. Hex color #B14405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14405 is #4EBBFA. Grayscale: #5D5D5D. Windows color (decimal): -5159931 or 345265. OLE color: 345265.

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

Color convert

RGB177685-
CMYK00.620.970.31
HSL21.98º94.51%35.69%-
HSV(B)21.98º97.18%69.41%-
XYZ20.2313.491.68-
YUV93.4178.11187.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.8%
GREEN value IS 68 (26.95% from 255) = 27.2%
BLUE value IS 5 (2.34% from 255) = 2%
R=70.8%
G=27.2%
B=2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17768500.620.970.3121.9894.5135.69
HexB144503E611F165f24
Octal2611045076141372613744
Binary1011000110001001010111110110000111111101101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14405; }

 p { color: rgb(177,68,5); }

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

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

 a { background-color: rgb(177,68,5); }

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

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

 span { border-color: rgb(177,68,5); }

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