#B1401B

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

Shades of Rust #B1401B

Tints of Rust #B1401B

Color information

#B1401B (or 0xB1401B) is unknown color: approx Rust. HEX triplet: B1, 40 and 1B. RGB value is (177,64,27). Sum of RGB (Red+Green+Blue) = 177+64+27=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1401B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1401B is #4EBFE4. Grayscale: #5D5D5D. Windows color (decimal): -5160933 or 1786033. OLE color: 1786033.

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

Color convert

RGB1776427-
CMYK00.640.850.31
HSL14.8º73.53%40%-
HSV(B)14.8º84.75%69.41%-
XYZ20.1613.092.5-
YUV93.5790.44187.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.04%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 27 (10.94% from 255) = 10.07%
R=66.04%
G=23.88%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177642700.640.850.3114.873.5340
HexB1401B040551Ff4a28
Octal261100330100125371711250
Binary101100011000000110110100000010101011111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1401B; }

 p { color: rgb(177,64,27); }

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

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

 a { background-color: rgb(177,64,27); }

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

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

 span { border-color: rgb(177,64,27); }

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