#B5340F

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

Shades of Rust #B5340F

Tints of Rust #B5340F

Color information

#B5340F (or 0xB5340F) is unknown color: approx Rust. HEX triplet: B5, 34 and 0F. RGB value is (181,52,15). Sum of RGB (Red+Green+Blue) = 181+52+15=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B5340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5340F is #4ACBF0. Grayscale: #565656. Windows color (decimal): -4901873 or 996533. OLE color: 996533.

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

Color convert

RGB1815215-
CMYK00.710.920.29
HSL13.37º84.69%38.43%-
HSV(B)13.37º91.71%70.98%-
XYZ20.3712.311.76-
YUV86.3587.74195.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 72.98%
GREEN value IS 52 (20.70% from 255) = 20.97%
BLUE value IS 15 (6.25% from 255) = 6.05%
R=72.98%
G=20.97%
B=6.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181521500.710.920.2913.3784.6938.43
HexB534F0475C1Dd5526
Octal26564170107134351512546
Binary1011010111010011110100011110111001110111011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5340F; }

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

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

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

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

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

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

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

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