#B14A1B

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

Shades of Rust #B14A1B

Tints of Rust #B14A1B

Color information

#B14A1B (or 0xB14A1B) is unknown color: approx Rust. HEX triplet: B1, 4A and 1B. RGB value is (177,74,27). Sum of RGB (Red+Green+Blue) = 177+74+27=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A1B is #4EB5E4. Grayscale: #636363. Windows color (decimal): -5158373 or 1788593. OLE color: 1788593.

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

Color convert

RGB1777427-
CMYK00.580.850.31
HSL18.8º73.53%40%-
HSV(B)18.8º84.75%69.41%-
XYZ20.7814.322.71-
YUV99.4487.12183.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=63.67%
G=26.62%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177742700.580.850.3118.873.5340
HexB14A1B03A551F134a28
Octal26111233072125372311250
Binary101100011001010110110111010101010111111100111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14A1B; }

 p { color: rgb(177,74,27); }

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

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

 a { background-color: rgb(177,74,27); }

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

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

 span { border-color: rgb(177,74,27); }

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