#B44217

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

Shades of Rust #B44217

Tints of Rust #B44217

Color information

#B44217 (or 0xB44217) is unknown color: approx Rust. HEX triplet: B4, 42 and 17. RGB value is (180,66,23). Sum of RGB (Red+Green+Blue) = 180+66+23=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44217 is #4BBDE8. Grayscale: #5F5F5F. Windows color (decimal): -4963817 or 1524404. OLE color: 1524404.

HSL color Cylindrical-coordinate representation of color #B44217: hue angle of 16.43º 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 #B44217 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB1806623-
CMYK00.630.870.29
HSL16.43º77.34%39.8%-
HSV(B)16.43º87.22%70.59%-
XYZ20.9313.662.34-
YUV95.1887.27188.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 66 (26.17% from 255) = 24.54%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=66.91%
G=24.54%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180662300.630.870.2916.4377.3439.8
HexB4421703F571D104d28
Octal26410227077127352011550
Binary101101001000010101110111111101011111101100001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44217; }

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

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

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

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

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

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

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

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