#B5441F

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

Shades of Rust #B5441F

Tints of Rust #B5441F

Color information

#B5441F (or 0xB5441F) is unknown color: approx Rust. HEX triplet: B5, 44 and 1F. RGB value is (181,68,31). Sum of RGB (Red+Green+Blue) = 181+68+31=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5441F is #4ABBE0. Grayscale: #616161. Windows color (decimal): -4897761 or 2049205. OLE color: 2049205.

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

Color convert

RGB1816831-
CMYK00.620.830.29
HSL14.8º70.75%41.57%-
HSV(B)14.8º82.87%70.98%-
XYZ21.3714.062.88-
YUV97.5790.44187.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.64%
GREEN value IS 68 (26.95% from 255) = 24.29%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=64.64%
G=24.29%
B=11.07%

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
Decimal181683100.620.830.2914.870.7541.57
HexB5441F03E531Df472a
Octal26510437076123351710752
Binary10110101100010011111011111010100111110111111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5441F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5441F; }

 p { color: rgb(181,68,31); }

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

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

 a { background-color: rgb(181,68,31); }

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

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

 span { border-color: rgb(181,68,31); }

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