#B15403

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

Shades of Rust #B15403

Tints of Rust #B15403

Color information

#B15403 (or 0xB15403) is unknown color: approx Rust. HEX triplet: B1, 54 and 03. RGB value is (177,84,3). Sum of RGB (Red+Green+Blue) = 177+84+3=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B15403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15403 is #4EABFC. Grayscale: #666666. Windows color (decimal): -5155837 or 218289. OLE color: 218289.

HSL color Cylindrical-coordinate representation of color #B15403: hue angle of 27.93º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B15403 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB177843-
CMYK00.530.980.31
HSL27.93º96.67%35.29%-
HSV(B)27.93º98.31%69.41%-
XYZ21.3215.691.99-
YUV102.5771.81181.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.05%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=67.05%
G=31.82%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17784300.530.980.3127.9396.6735.29
HexB1543035621F1c6123
Octal2611243065142373414143
Binary101100011010100110110101110001011111111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15403; }

 p { color: rgb(177,84,3); }

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

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

 a { background-color: rgb(177,84,3); }

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

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

 span { border-color: rgb(177,84,3); }

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