#B13011

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

Shades of Rust #B13011

Tints of Rust #B13011

Color information

#B13011 (or 0xB13011) is unknown color: approx Rust. HEX triplet: B1, 30 and 11. RGB value is (177,48,17). Sum of RGB (Red+Green+Blue) = 177+48+17=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B13011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13011 is #4ECFEE. Grayscale: #535353. Windows color (decimal): -5165039 or 1126577. OLE color: 1126577.

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

Color convert

RGB1774817-
CMYK00.730.900.31
HSL11.62º82.47%38.04%-
HSV(B)11.62º90.4%69.41%-
XYZ19.2911.51.73-
YUV83.0490.74195.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.14%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 17 (7.03% from 255) = 7.02%
R=73.14%
G=19.83%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177481700.730.900.3111.6282.4738.04
HexB130110495A1Fc5226
Octal26160210111132371412246
Binary10110001110000100010100100110110101111111001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13011; }

 p { color: rgb(177,48,17); }

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

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

 a { background-color: rgb(177,48,17); }

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

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

 span { border-color: rgb(177,48,17); }

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