#B1411A

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

Shades of Rust #B1411A

Tints of Rust #B1411A

Color information

#B1411A (or 0xB1411A) is unknown color: approx Rust. HEX triplet: B1, 41 and 1A. RGB value is (177,65,26). Sum of RGB (Red+Green+Blue) = 177+65+26=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B1411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1411A is #4EBEE5. Grayscale: #5E5E5E. Windows color (decimal): -5160678 or 1720753. OLE color: 1720753.

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

Color convert

RGB1776526-
CMYK00.630.850.31
HSL15.5º74.38%39.8%-
HSV(B)15.5º85.31%69.41%-
XYZ20.2113.22.46-
YUV94.0489.61187.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.04%
GREEN value IS 65 (25.78% from 255) = 24.25%
BLUE value IS 26 (10.55% from 255) = 9.70%
R=66.04%
G=24.25%
B=9.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177652600.630.850.3115.574.3839.8
HexB1411A03F551Ff4a28
Octal26110132077125371711250
Binary10110001100000111010011111110101011111111111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1411A; }

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

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

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

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

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

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

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

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