#B1520C

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

Shades of Rust #B1520C

Tints of Rust #B1520C

Color information

#B1520C (or 0xB1520C) is unknown color: approx Rust. HEX triplet: B1, 52 and 0C. RGB value is (177,82,12). Sum of RGB (Red+Green+Blue) = 177+82+12=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1520C is #4EADF3. Grayscale: #666666. Windows color (decimal): -5156340 or 807601. OLE color: 807601.

HSL color Cylindrical-coordinate representation of color #B1520C: hue angle of 25.45º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B1520C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1778212-
CMYK00.540.930.31
HSL25.45º87.3%37.06%-
HSV(B)25.45º93.22%69.41%-
XYZ21.2215.412.2-
YUV102.4276.97181.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.31%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=65.31%
G=30.26%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177821200.540.930.3125.4587.337.06
HexB152C0365D1F195725
Octal26112214066135373112745
Binary10110001101001011000110110101110111111110011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1520C; }

 p { color: rgb(177,82,12); }

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

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

 a { background-color: rgb(177,82,12); }

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

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

 span { border-color: rgb(177,82,12); }

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