#B14B18

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

Shades of Rust #B14B18

Tints of Rust #B14B18

Color information

#B14B18 (or 0xB14B18) is unknown color: approx Rust. HEX triplet: B1, 4B and 18. RGB value is (177,75,24). Sum of RGB (Red+Green+Blue) = 177+75+24=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14B18 is #4EB4E7. Grayscale: #636363. Windows color (decimal): -5158120 or 1592241. OLE color: 1592241.

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

Color convert

RGB1777524-
CMYK00.580.860.31
HSL20º76.12%39.41%-
HSV(B)20º86.44%69.41%-
XYZ20.8114.452.56-
YUV99.6885.29183.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.13%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=64.13%
G=27.17%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.86
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177752400.580.860.312076.1239.41
HexB14B1803A561F144c27
Octal26111330072126372411447
Binary101100011001011110000111010101011011111101001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14B18; }

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

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

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

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

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

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

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

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