#B53F0F

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

Shades of Rust #B53F0F

Tints of Rust #B53F0F

Color information

#B53F0F (or 0xB53F0F) is unknown color: approx Rust. HEX triplet: B5, 3F and 0F. RGB value is (181,63,15). Sum of RGB (Red+Green+Blue) = 181+63+15=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F0F is #4AC0F0. Grayscale: #5D5D5D. Windows color (decimal): -4899057 or 999349. OLE color: 999349.

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

Color convert

RGB1816315-
CMYK00.650.920.29
HSL17.35º84.69%38.43%-
HSV(B)17.35º91.71%70.98%-
XYZ20.9213.411.94-
YUV92.8184.09190.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=69.88%
G=24.32%
B=5.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181631500.650.920.2917.3584.6938.43
HexB53FF0415C1D115526
Octal26577170101134352112546
Binary10110101111111111101000001101110011101100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53F0F; }

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

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

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

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

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

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

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

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