#B4431E

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

Shades of Rust #B4431E

Tints of Rust #B4431E

Color information

#B4431E (or 0xB4431E) is unknown color: approx Rust. HEX triplet: B4, 43 and 1E. RGB value is (180,67,30). Sum of RGB (Red+Green+Blue) = 180+67+30=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4431E is #4BBCE1. Grayscale: #606060. Windows color (decimal): -4963554 or 1983412. OLE color: 1983412.

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

Color convert

RGB1806730-
CMYK00.630.830.29
HSL14.8º71.43%41.18%-
HSV(B)14.8º83.33%70.59%-
XYZ21.0613.812.78-
YUV96.5790.44187.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.98%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 30 (12.11% from 255) = 10.83%
R=64.98%
G=24.19%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180673000.630.830.2914.871.4341.18
HexB4431E03F531Df4729
Octal26410336077123351710751
Binary10110100100001111110011111110100111110111111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4431E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4431E; }

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

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

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

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

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

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

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

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