#B4441E

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

Shades of Rust #B4441E

Tints of Rust #B4441E

Color information

#B4441E (or 0xB4441E) is unknown color: approx Rust. HEX triplet: B4, 44 and 1E. RGB value is (180,68,30). Sum of RGB (Red+Green+Blue) = 180+68+30=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B4441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4441E is #4BBBE1. Grayscale: #616161. Windows color (decimal): -4963298 or 1983668. OLE color: 1983668.

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

Color convert

RGB1806830-
CMYK00.620.830.29
HSL15.2º71.43%41.18%-
HSV(B)15.2º83.33%70.59%-
XYZ21.1213.932.8-
YUV97.1690.11187.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 68 (26.95% from 255) = 24.46%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=64.75%
G=24.46%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180683000.620.830.2915.271.4341.18
HexB4441E03E531Df4729
Octal26410436076123351710751
Binary10110100100010011110011111010100111110111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4441E; }

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

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

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

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

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

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

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

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