#B4461A

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

Shades of Rust #B4461A

Tints of Rust #B4461A

Color information

#B4461A (or 0xB4461A) is unknown color: approx Rust. HEX triplet: B4, 46 and 1A. RGB value is (180,70,26). Sum of RGB (Red+Green+Blue) = 180+70+26=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B4461A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4461A is #4BB9E5. Grayscale: #626262. Windows color (decimal): -4962790 or 1722036. OLE color: 1722036.

HSL color Cylindrical-coordinate representation of color #B4461A: hue angle of 17.14º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4461A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB1807026-
CMYK00.610.860.29
HSL17.14º74.76%40.39%-
HSV(B)17.14º85.56%70.59%-
XYZ21.214.162.59-
YUV97.8787.44186.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=65.22%
G=25.36%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180702600.610.860.2917.1474.7640.39
HexB4461A03D561D114b28
Octal26410632075126352111350
Binary101101001000110110100111101101011011101100011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4461A; }

 p { color: rgb(180,70,26); }

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

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

 a { background-color: rgb(180,70,26); }

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

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

 span { border-color: rgb(180,70,26); }

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