#B44317

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

Shades of Rust #B44317

Tints of Rust #B44317

Color information

#B44317 (or 0xB44317) is unknown color: approx Rust. HEX triplet: B4, 43 and 17. RGB value is (180,67,23). Sum of RGB (Red+Green+Blue) = 180+67+23=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44317 is #4BBCE8. Grayscale: #606060. Windows color (decimal): -4963561 or 1524660. OLE color: 1524660.

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

Color convert

RGB1806723-
CMYK00.630.870.29
HSL16.82º77.34%39.8%-
HSV(B)16.82º87.22%70.59%-
XYZ20.9813.782.36-
YUV95.7786.94188.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 23 (9.38% from 255) = 8.52%
R=66.67%
G=24.81%
B=8.52%

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
Decimal180672300.630.870.2916.8277.3439.8
HexB4431703F571D114d28
Octal26410327077127352111550
Binary101101001000011101110111111101011111101100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44317; }

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

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

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

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

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

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

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

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