#B15312

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

Shades of Rust #B15312

Tints of Rust #B15312

Color information

#B15312 (or 0xB15312) is unknown color: approx Rust. HEX triplet: B1, 53 and 12. RGB value is (177,83,18). Sum of RGB (Red+Green+Blue) = 177+83+18=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B15312 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15312 is #4EACED. Grayscale: #686868. Windows color (decimal): -5156078 or 1201073. OLE color: 1201073.

HSL color Cylindrical-coordinate representation of color #B15312: hue angle of 24.53º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B15312 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB1778318-
CMYK00.530.900.31
HSL24.53º81.54%38.24%-
HSV(B)24.53º89.83%69.41%-
XYZ21.3315.582.45-
YUV103.779.64180.29-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.67%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=63.67%
G=29.86%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177831800.530.900.3124.5381.5438.24
HexB153120355A1F195226
Octal26112322065132373112246
Binary101100011010011100100110101101101011111110011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15312; }

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

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

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

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

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

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

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

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