#b1481c

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

Shades of Rust #B1481C

Tints of Rust #B1481C

Color information

#B1481C (or 0xB1481C) is unknown color: approx Rust. HEX triplet: B1, 48 and 1C. RGB value is (177,72,28). Sum of RGB (Red+Green+Blue) = 177+72+28=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1481C is #4EB7E3. Grayscale: #626262. Windows color (decimal): -5158884 or 1853617. OLE color: 1853617.

HSL color Cylindrical-coordinate representation of color #B1481C: hue angle of 17.72º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1481C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB1777228-
CMYK00.590.840.31
HSL17.72º72.68%40.2%-
HSV(B)17.72º84.18%69.41%-
XYZ20.6614.072.72-
YUV98.3888.29184.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.90%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 28 (11.33% from 255) = 10.11%
R=63.90%
G=25.99%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177722800.590.840.3117.7272.6840.2
HexB1481C03B541F124928
Octal26111034073124372211150
Binary101100011001000111000111011101010011111100101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1481c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1481c; }

 p { color: rgb(177,72,28); }

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

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

 a { background-color: rgb(177,72,28); }

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

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

 span { border-color: rgb(177,72,28); }

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