#B44517

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

Shades of Rust #B44517

Tints of Rust #B44517

Color information

#B44517 (or 0xB44517) is unknown color: approx Rust. HEX triplet: B4, 45 and 17. RGB value is (180,69,23). Sum of RGB (Red+Green+Blue) = 180+69+23=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B44517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44517 is #4BBAE8. Grayscale: #616161. Windows color (decimal): -4963049 or 1525172. OLE color: 1525172.

HSL color Cylindrical-coordinate representation of color #B44517: hue angle of 17.58º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B44517 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1806923-
CMYK00.620.870.29
HSL17.58º77.34%39.8%-
HSV(B)17.58º87.22%70.59%-
XYZ21.1114.022.4-
YUV96.9486.27187.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.18%
GREEN value IS 69 (27.34% from 255) = 25.37%
BLUE value IS 23 (9.38% from 255) = 8.46%
R=66.18%
G=25.37%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180692300.620.870.2917.5877.3439.8
HexB4451703E571D124d28
Octal26410527076127352211550
Binary101101001000101101110111110101011111101100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44517; }

 p { color: rgb(180,69,23); }

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

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

 a { background-color: rgb(180,69,23); }

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

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

 span { border-color: rgb(180,69,23); }

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