#B45A0E

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

Shades of Rust #B45A0E

Tints of Rust #B45A0E

Color information

#B45A0E (or 0xB45A0E) is unknown color: approx Rust. HEX triplet: B4, 5A and 0E. RGB value is (180,90,14). Sum of RGB (Red+Green+Blue) = 180+90+14=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A0E is #4BA5F1. Grayscale: #6C6C6C. Windows color (decimal): -4957682 or 940724. OLE color: 940724.

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

Color convert

RGB1809014-
CMYK00.500.920.29
HSL27.47º85.57%38.04%-
HSV(B)27.47º92.22%70.59%-
XYZ22.5617.052.52-
YUV108.2574.82179.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.38%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 14 (5.86% from 255) = 4.93%
R=63.38%
G=31.69%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180901400.500.920.2927.4785.5738.04
HexB45AE0325C1D1b5626
Octal26413216062134353312646
Binary10110100101101011100110010101110011101110111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45A0E; }

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

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

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

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

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

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

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

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