#B4470B

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

Shades of Rust #B4470B

Tints of Rust #B4470B

Color information

#B4470B (or 0xB4470B) is unknown color: approx Rust. HEX triplet: B4, 47 and 0B. RGB value is (180,71,11). Sum of RGB (Red+Green+Blue) = 180+71+11=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4470B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4470B is #4BB8F4. Grayscale: #616161. Windows color (decimal): -4962549 or 739252. OLE color: 739252.

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

Color convert

RGB1807111-
CMYK00.610.940.29
HSL21.3º88.48%37.45%-
HSV(B)21.3º93.89%70.59%-
XYZ21.1414.231.95-
YUV96.7579.61187.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 11 (4.69% from 255) = 4.20%
R=68.70%
G=27.10%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180711100.610.940.2921.388.4837.45
HexB447B03D5E1D155825
Octal26410713075136352513045
Binary10110100100011110110111101101111011101101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4470B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4470B; }

 p { color: rgb(180,71,11); }

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

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

 a { background-color: rgb(180,71,11); }

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

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

 span { border-color: rgb(180,71,11); }

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