#B1331A

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

Shades of Rust #B1331A

Tints of Rust #B1331A

Color information

#B1331A (or 0xB1331A) is unknown color: approx Rust. HEX triplet: B1, 33 and 1A. RGB value is (177,51,26). Sum of RGB (Red+Green+Blue) = 177+51+26=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1331A is #4ECCE5. Grayscale: #565656. Windows color (decimal): -5164262 or 1717169. OLE color: 1717169.

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

Color convert

RGB1775126-
CMYK00.710.850.31
HSL9.93º74.38%39.8%-
HSV(B)9.93º85.31%69.41%-
XYZ19.511.792.22-
YUV85.8294.24193.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 69.69%
GREEN value IS 51 (20.31% from 255) = 20.08%
BLUE value IS 26 (10.55% from 255) = 10.24%
R=69.69%
G=20.08%
B=10.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177512600.710.850.319.9374.3839.8
HexB1331A047551Fa4a28
Octal26163320107125371211250
Binary10110001110011110100100011110101011111110101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1331A; }

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

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

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

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

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

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

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

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