#B1440C

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

Shades of Rust #B1440C

Tints of Rust #B1440C

Color information

#B1440C (or 0xB1440C) is unknown color: approx Rust. HEX triplet: B1, 44 and 0C. RGB value is (177,68,12). Sum of RGB (Red+Green+Blue) = 177+68+12=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1440C is #4EBBF3. Grayscale: #5E5E5E. Windows color (decimal): -5159924 or 804017. OLE color: 804017.

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

Color convert

RGB1776812-
CMYK00.620.930.31
HSL20.36º87.3%37.06%-
HSV(B)20.36º93.22%69.41%-
XYZ20.2613.511.89-
YUV94.2181.61187.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=68.87%
G=26.46%
B=4.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177681200.620.930.3120.3687.337.06
HexB144C03E5D1F145725
Octal26110414076135372412745
Binary10110001100010011000111110101110111111101001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1440C; }

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

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

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

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

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

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

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

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