#B45B10

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

Shades of Rust #B45B10

Tints of Rust #B45B10

Color information

#B45B10 (or 0xB45B10) is unknown color: approx Rust. HEX triplet: B4, 5B and 10. RGB value is (180,91,16). Sum of RGB (Red+Green+Blue) = 180+91+16=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45B10 is #4BA4EF. Grayscale: #6D6D6D. Windows color (decimal): -4957424 or 1072052. OLE color: 1072052.

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

Color convert

RGB1809116-
CMYK00.490.910.29
HSL27.44º83.67%38.43%-
HSV(B)27.44º91.11%70.59%-
XYZ22.6617.222.62-
YUV109.0675.49178.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=62.72%
G=31.71%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.91
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180911600.490.910.2927.4483.6738.43
HexB45B100315B1D1b5426
Octal26413320061133353312446
Binary101101001011011100000110001101101111101110111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45B10; }

 p { color: rgb(180,91,16); }

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

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

 a { background-color: rgb(180,91,16); }

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

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

 span { border-color: rgb(180,91,16); }

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