#B5320F

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

Shades of Rust #B5320F

Tints of Rust #B5320F

Color information

#B5320F (or 0xB5320F) is unknown color: approx Rust. HEX triplet: B5, 32 and 0F. RGB value is (181,50,15). Sum of RGB (Red+Green+Blue) = 181+50+15=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5320F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5320F is #4ACDF0. Grayscale: #555555. Windows color (decimal): -4902385 or 996021. OLE color: 996021.

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

Color convert

RGB1815015-
CMYK00.720.920.29
HSL12.65º84.69%38.43%-
HSV(B)12.65º91.71%70.98%-
XYZ20.2812.141.73-
YUV85.1888.4196.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 73.58%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=73.58%
G=20.33%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181501500.720.920.2912.6584.6938.43
HexB532F0485C1Dd5526
Octal26562170110134351512546
Binary1011010111001011110100100010111001110111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5320F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5320F; }

 p { color: rgb(181,50,15); }

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

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

 a { background-color: rgb(181,50,15); }

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

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

 span { border-color: rgb(181,50,15); }

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