#B14B10

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

Shades of Rust #B14B10

Tints of Rust #B14B10

Color information

#B14B10 (or 0xB14B10) is unknown color: approx Rust. HEX triplet: B1, 4B and 10. RGB value is (177,75,16). Sum of RGB (Red+Green+Blue) = 177+75+16=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14B10 is #4EB4EF. Grayscale: #636363. Windows color (decimal): -5158128 or 1067953. OLE color: 1067953.

HSL color Cylindrical-coordinate representation of color #B14B10: hue angle of 21.99º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B14B10 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB1777516-
CMYK00.580.910.31
HSL21.99º83.42%37.84%-
HSV(B)21.99º90.96%69.41%-
XYZ20.7414.422.18-
YUV98.7781.29183.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.04%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=66.04%
G=27.99%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177751600.580.910.3121.9983.4237.84
HexB14B1003A5B1F165326
Octal26111320072133372612346
Binary101100011001011100000111010101101111111101101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B10; }

 p { color: rgb(177,75,16); }

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

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

 a { background-color: rgb(177,75,16); }

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

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

 span { border-color: rgb(177,75,16); }

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