#B13610

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

Shades of Rust #B13610

Tints of Rust #B13610

Color information

#B13610 (or 0xB13610) is unknown color: approx Rust. HEX triplet: B1, 36 and 10. RGB value is (177,54,16). Sum of RGB (Red+Green+Blue) = 177+54+16=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B13610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13610 is #4EC9EF. Grayscale: #565656. Windows color (decimal): -5163504 or 1062577. OLE color: 1062577.

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

Color convert

RGB1775416-
CMYK00.690.910.31
HSL14.16º83.42%37.84%-
HSV(B)14.16º90.96%69.41%-
XYZ19.5412.021.78-
YUV86.4488.25192.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 16 (6.64% from 255) = 6.48%
R=71.66%
G=21.86%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177541600.690.910.3114.1683.4237.84
HexB136100455B1Fe5326
Octal26166200105133371612346
Binary10110001110110100000100010110110111111111101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13610; }

 p { color: rgb(177,54,16); }

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

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

 a { background-color: rgb(177,54,16); }

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

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

 span { border-color: rgb(177,54,16); }

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