#B4390E

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

Shades of Rust #B4390E

Tints of Rust #B4390E

Color information

#B4390E (or 0xB4390E) is unknown color: approx Rust. HEX triplet: B4, 39 and 0E. RGB value is (180,57,14). Sum of RGB (Red+Green+Blue) = 180+57+14=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B4390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4390E is #4BC6F1. Grayscale: #595959. Windows color (decimal): -4966130 or 932276. OLE color: 932276.

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

Color convert

RGB1805714-
CMYK00.680.920.29
HSL15.54º85.57%38.04%-
HSV(B)15.54º92.22%70.59%-
XYZ20.3612.661.79-
YUV88.8885.75193-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.71%
GREEN value IS 57 (22.66% from 255) = 22.71%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=71.71%
G=22.71%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180571400.680.920.2915.5485.5738.04
HexB439E0445C1D105626
Octal26471160104134352012646
Binary10110100111001111001000100101110011101100001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4390E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4390E; }

 p { color: rgb(180,57,14); }

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

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

 a { background-color: rgb(180,57,14); }

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

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

 span { border-color: rgb(180,57,14); }

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