#B44417

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

Shades of Rust #B44417

Tints of Rust #B44417

Color information

#B44417 (or 0xB44417) is unknown color: approx Rust. HEX triplet: B4, 44 and 17. RGB value is (180,68,23). Sum of RGB (Red+Green+Blue) = 180+68+23=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44417 is #4BBBE8. Grayscale: #606060. Windows color (decimal): -4963305 or 1524916. OLE color: 1524916.

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

Color convert

RGB1806823-
CMYK00.620.870.29
HSL17.2º77.34%39.8%-
HSV(B)17.2º87.22%70.59%-
XYZ21.0413.92.38-
YUV96.3686.61187.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.42%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 23 (9.38% from 255) = 8.49%
R=66.42%
G=25.09%
B=8.49%

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
Decimal180682300.620.870.2917.277.3439.8
HexB4441703E571D114d28
Octal26410427076127352111550
Binary101101001000100101110111110101011111101100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44417; }

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

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

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

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

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

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

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

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