#B1361A

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

Shades of Rust #B1361A

Tints of Rust #B1361A

Color information

#B1361A (or 0xB1361A) is unknown color: approx Rust. HEX triplet: B1, 36 and 1A. RGB value is (177,54,26). Sum of RGB (Red+Green+Blue) = 177+54+26=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 26 (10.55% from 255 or 10.12% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1361A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1361A is #4EC9E5. Grayscale: #575757. Windows color (decimal): -5163494 or 1717937. OLE color: 1717937.

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

Color convert

RGB1775426-
CMYK00.690.850.31
HSL11.13º74.38%39.8%-
HSV(B)11.13º85.31%69.41%-
XYZ19.6412.062.27-
YUV87.5893.25191.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.87%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 26 (10.55% from 255) = 10.12%
R=68.87%
G=21.01%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177542600.690.850.3111.1374.3839.8
HexB1361A045551Fb4a28
Octal26166320105125371311250
Binary10110001110110110100100010110101011111110111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1361A; }

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

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

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

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

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

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

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

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