#B45215

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

Shades of Rust #B45215

Tints of Rust #B45215

Color information

#B45215 (or 0xB45215) is unknown color: approx Rust. HEX triplet: B4, 52 and 15. RGB value is (180,82,21). Sum of RGB (Red+Green+Blue) = 180+82+21=283 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.60% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 180 - color contains mainly: red. Hex color #B45215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45215 is #4BADEA. Grayscale: #686868. Windows color (decimal): -4959723 or 1397428. OLE color: 1397428.

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

Color convert

RGB1808221-
CMYK00.540.880.29
HSL23.02º79.1%39.41%-
HSV(B)23.02º88.33%70.59%-
XYZ21.9815.792.6-
YUV104.3580.97181.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.60%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=63.60%
G=28.98%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180822100.540.880.2923.0279.139.41
HexB45215036581D174f27
Octal26412225066130352711747
Binary101101001010010101010110110101100011101101111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45215; }

 p { color: rgb(180,82,21); }

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

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

 a { background-color: rgb(180,82,21); }

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

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

 span { border-color: rgb(180,82,21); }

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