#B44711

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

Shades of Rust #B44711

Tints of Rust #B44711

Color information

#B44711 (or 0xB44711) is unknown color: approx Rust. HEX triplet: B4, 47 and 11. RGB value is (180,71,17). Sum of RGB (Red+Green+Blue) = 180+71+17=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B44711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44711 is #4BB8EE. Grayscale: #616161. Windows color (decimal): -4962543 or 1132468. OLE color: 1132468.

HSL color Cylindrical-coordinate representation of color #B44711: hue angle of 19.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B44711 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB1807117-
CMYK00.610.910.29
HSL19.88º82.74%38.63%-
HSV(B)19.88º90.56%70.59%-
XYZ21.1814.252.16-
YUV97.4482.61186.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 71 (28.12% from 255) = 26.49%
BLUE value IS 17 (7.03% from 255) = 6.34%
R=67.16%
G=26.49%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180711700.610.910.2919.8882.7438.63
HexB4471103D5B1D145327
Octal26410721075133352412347
Binary101101001000111100010111101101101111101101001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44711; }

 p { color: rgb(180,71,17); }

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

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

 a { background-color: rgb(180,71,17); }

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

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

 span { border-color: rgb(180,71,17); }

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