#B0441B

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

Shades of Rust #B0441B

Tints of Rust #B0441B

Color information

#B0441B (or 0xB0441B) is unknown color: approx Rust. HEX triplet: B0, 44 and 1B. RGB value is (176,68,27). Sum of RGB (Red+Green+Blue) = 176+68+27=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0441B is #4FBBE4. Grayscale: #5F5F5F. Windows color (decimal): -5225445 or 1787056. OLE color: 1787056.

HSL color Cylindrical-coordinate representation of color #B0441B: hue angle of 16.51º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0441B is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB1766827-
CMYK00.610.850.31
HSL16.51º73.4%39.8%-
HSV(B)16.51º84.66%69.02%-
XYZ20.1713.442.57-
YUV95.6289.28185.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 27 (10.94% from 255) = 9.96%
R=64.94%
G=25.09%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176682700.610.850.3116.5173.439.8
HexB0441B03D551F114928
Octal26010433075125372111150
Binary101100001000100110110111101101010111111100011001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0441B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0441B; }

 p { color: rgb(176,68,27); }

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

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

 a { background-color: rgb(176,68,27); }

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

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

 span { border-color: rgb(176,68,27); }

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