#B45812

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

Shades of Rust #B45812

Tints of Rust #B45812

Color information

#B45812 (or 0xB45812) is unknown color: approx Rust. HEX triplet: B4, 58 and 12. RGB value is (180,88,18). Sum of RGB (Red+Green+Blue) = 180+88+18=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B45812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45812 is #4BA7ED. Grayscale: #6B6B6B. Windows color (decimal): -4958190 or 1202356. OLE color: 1202356.

HSL color Cylindrical-coordinate representation of color #B45812: hue angle of 25.93º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B45812 is Cyan = 0, Magento = 0.51, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB1808818-
CMYK00.510.90.29
HSL25.93º81.82%38.82%-
HSV(B)25.93º90%70.59%-
XYZ22.4216.732.62-
YUV107.5377.48179.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 18 (7.42% from 255) = 6.29%
R=62.94%
G=30.77%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180881800.510.90.2925.9381.8238.82
HexB458120335A1D1a5227
Octal26413022063132353212247
Binary101101001011000100100110011101101011101110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45812; }

 p { color: rgb(180,88,18); }

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

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

 a { background-color: rgb(180,88,18); }

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

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

 span { border-color: rgb(180,88,18); }

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