#B1381A

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

Shades of Rust #B1381A

Tints of Rust #B1381A

Color information

#B1381A (or 0xB1381A) is unknown color: approx Rust. HEX triplet: B1, 38 and 1A. RGB value is (177,56,26). Sum of RGB (Red+Green+Blue) = 177+56+26=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 26 (10.55% from 255 or 10.04% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1381A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1381A is #4EC7E5. Grayscale: #595959. Windows color (decimal): -5162982 or 1718449. OLE color: 1718449.

HSL color Cylindrical-coordinate representation of color #B1381A: hue angle of 11.92º 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 #B1381A is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1775626-
CMYK00.680.850.31
HSL11.92º74.38%39.8%-
HSV(B)11.92º85.31%69.41%-
XYZ19.7312.252.3-
YUV88.7692.59190.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.34%
GREEN value IS 56 (22.27% from 255) = 21.62%
BLUE value IS 26 (10.55% from 255) = 10.04%
R=68.34%
G=21.62%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177562600.680.850.3111.9274.3839.8
HexB1381A044551Fc4a28
Octal26170320104125371411250
Binary10110001111000110100100010010101011111111001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1381A; }

 p { color: rgb(177,56,26); }

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

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

 a { background-color: rgb(177,56,26); }

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

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

 span { border-color: rgb(177,56,26); }

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