#B14100

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

Shades of Rust #B14100

Tints of Rust #B14100

Color information

#B14100 (or 0xB14100) is unknown color: approx Rust. HEX triplet: B1, 41 and 00. RGB value is (177,65,0). Sum of RGB (Red+Green+Blue) = 177+65+0=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B14100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14100 is #4EBEFF. Grayscale: #5B5B5B. Windows color (decimal): -5160704 or 16817. OLE color: 16817.

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

Color convert

RGB177650-
CMYK00.6310.31
HSL22.03º100%34.71%-
HSV(B)22.03º100%69.41%-
XYZ20.0213.131.48-
YUV91.0876.61189.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.14%
G=26.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17765000.6310.3122.0310034.71
HexB141003F641F166423
Octal2611010077144372614443
Binary10110001100000100111111110010011111101101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14100; }

 p { color: rgb(177,65,0); }

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

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

 a { background-color: rgb(177,65,0); }

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

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

 span { border-color: rgb(177,65,0); }

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