#B45713

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

Shades of Rust #B45713

Tints of Rust #B45713

Color information

#B45713 (or 0xB45713) is unknown color: approx Rust. HEX triplet: B4, 57 and 13. RGB value is (180,87,19). Sum of RGB (Red+Green+Blue) = 180+87+19=286 (37% of max value = 765). Red value is 180 (70.70% from 255 or 62.94% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 180 - color contains mainly: red. Hex color #B45713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45713 is #4BA8EC. Grayscale: #6B6B6B. Windows color (decimal): -4958445 or 1267636. OLE color: 1267636.

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

Color convert

RGB1808719-
CMYK00.520.890.29
HSL25.34º80.9%39.02%-
HSV(B)25.34º89.44%70.59%-
XYZ22.3516.572.64-
YUV107.0678.31180.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.94%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=62.94%
G=30.42%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180871900.520.890.2925.3480.939.02
HexB45713034591D195127
Octal26412723064131353112147
Binary101101001010111100110110100101100111101110011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45713; }

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

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

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

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

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

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

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

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