#B45813

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

Shades of Rust #B45813

Tints of Rust #B45813

Color information

#B45813 (or 0xB45813) is unknown color: approx Rust. HEX triplet: B4, 58 and 13. RGB value is (180,88,19). Sum of RGB (Red+Green+Blue) = 180+88+19=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B45813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45813 is #4BA7EC. Grayscale: #6C6C6C. Windows color (decimal): -4958189 or 1267892. OLE color: 1267892.

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

Color convert

RGB1808819-
CMYK00.510.890.29
HSL25.71º80.9%39.02%-
HSV(B)25.71º89.44%70.59%-
XYZ22.4316.732.66-
YUV107.6477.98179.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=62.72%
G=30.66%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180881900.510.890.2925.7180.939.02
HexB45813033591D1a5127
Octal26413023063131353212147
Binary101101001011000100110110011101100111101110101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45813; }

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

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

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

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

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

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

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

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