#B1530C

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

Shades of Rust #B1530C

Tints of Rust #B1530C

Color information

#B1530C (or 0xB1530C) is unknown color: approx Rust. HEX triplet: B1, 53 and 0C. RGB value is (177,83,12). Sum of RGB (Red+Green+Blue) = 177+83+12=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1530C is #4EACF3. Grayscale: #676767. Windows color (decimal): -5156084 or 807857. OLE color: 807857.

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

Color convert

RGB1778312-
CMYK00.530.930.31
HSL25.82º87.3%37.06%-
HSV(B)25.82º93.22%69.41%-
XYZ21.2915.562.23-
YUV103.0176.64180.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 65.07%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 12 (5.08% from 255) = 4.41%
R=65.07%
G=30.51%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177831200.530.930.3125.8287.337.06
HexB153C0355D1F1a5725
Octal26112314065135373212745
Binary10110001101001111000110101101110111111110101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1530C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1530C; }

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

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

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

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

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

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

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

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