#B14613

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

Shades of Rust #B14613

Tints of Rust #B14613

Color information

#B14613 (or 0xB14613) is unknown color: approx Rust. HEX triplet: B1, 46 and 13. RGB value is (177,70,19). Sum of RGB (Red+Green+Blue) = 177+70+19=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B14613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14613 is #4EB9EC. Grayscale: #606060. Windows color (decimal): -5159405 or 1263281. OLE color: 1263281.

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

Color convert

RGB1777019-
CMYK00.600.890.31
HSL19.37º80.61%38.43%-
HSV(B)19.37º89.27%69.41%-
XYZ20.4413.772.2-
YUV96.1884.45185.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 19 (7.81% from 255) = 7.14%
R=66.54%
G=26.32%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177701900.600.890.3119.3780.6138.43
HexB1461303C591F135126
Octal26110623074131372312146
Binary101100011000110100110111100101100111111100111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14613; }

 p { color: rgb(177,70,19); }

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

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

 a { background-color: rgb(177,70,19); }

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

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

 span { border-color: rgb(177,70,19); }

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