#B1310E

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

Shades of Rust #B1310E

Tints of Rust #B1310E

Color information

#B1310E (or 0xB1310E) is unknown color: approx Rust. HEX triplet: B1, 31 and 0E. RGB value is (177,49,14). Sum of RGB (Red+Green+Blue) = 177+49+14=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1310E is #4ECEF1. Grayscale: #535353. Windows color (decimal): -5164786 or 930225. OLE color: 930225.

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

Color convert

RGB1774914-
CMYK00.720.920.31
HSL12.88º85.34%37.45%-
HSV(B)12.88º92.09%69.41%-
XYZ19.3111.581.63-
YUV83.2888.91194.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.75%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 14 (5.86% from 255) = 5.83%
R=73.75%
G=20.42%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177491400.720.920.3112.8885.3437.45
HexB131E0485C1Fd5525
Octal26161160110134371512545
Binary1011000111000111100100100010111001111111011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1310E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1310E; }

 p { color: rgb(177,49,14); }

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

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

 a { background-color: rgb(177,49,14); }

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

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

 span { border-color: rgb(177,49,14); }

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