#B1461A

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

Shades of Rust #B1461A

Tints of Rust #B1461A

Color information

#B1461A (or 0xB1461A) is unknown color: approx Rust. HEX triplet: B1, 46 and 1A. RGB value is (177,70,26). Sum of RGB (Red+Green+Blue) = 177+70+26=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B1461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1461A is #4EB9E5. Grayscale: #616161. Windows color (decimal): -5159398 or 1722033. OLE color: 1722033.

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

Color convert

RGB1777026-
CMYK00.600.850.31
HSL17.48º74.38%39.8%-
HSV(B)17.48º85.31%69.41%-
XYZ20.5113.82.56-
YUV96.9887.95185.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.84%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=64.84%
G=25.64%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177702600.600.850.3117.4874.3839.8
HexB1461A03C551F114a28
Octal26110632074125372111250
Binary101100011000110110100111100101010111111100011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1461A; }

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

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

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

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

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

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

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

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