#B15303

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

Shades of Rust #B15303

Tints of Rust #B15303

Color information

#B15303 (or 0xB15303) is unknown color: approx Rust. HEX triplet: B1, 53 and 03. RGB value is (177,83,3). Sum of RGB (Red+Green+Blue) = 177+83+3=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B15303 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B15303 is #4EACFC. Grayscale: #666666. Windows color (decimal): -5156093 or 218033. OLE color: 218033.

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

Color convert

RGB177833-
CMYK00.530.980.31
HSL27.59º96.67%35.29%-
HSV(B)27.59º98.31%69.41%-
XYZ21.2415.541.97-
YUV101.9972.14181.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 67.30%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=67.30%
G=31.56%
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
Decimal17783300.530.980.3127.5996.6735.29
HexB1533035621F1c6123
Octal2611233065142373414143
Binary101100011010011110110101110001011111111001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15303; }

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

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

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

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

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

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

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

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