#B53C0F

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

Shades of Rust #B53C0F

Tints of Rust #B53C0F

Color information

#B53C0F (or 0xB53C0F) is unknown color: approx Rust. HEX triplet: B5, 3C and 0F. RGB value is (181,60,15). Sum of RGB (Red+Green+Blue) = 181+60+15=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53C0F is #4AC3F0. Grayscale: #5B5B5B. Windows color (decimal): -4899825 or 998581. OLE color: 998581.

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

Color convert

RGB1816015-
CMYK00.670.920.29
HSL16.27º84.69%38.43%-
HSV(B)16.27º91.71%70.98%-
XYZ20.7613.091.88-
YUV91.0585.09192.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.70%
GREEN value IS 60 (23.83% from 255) = 23.44%
BLUE value IS 15 (6.25% from 255) = 5.86%
R=70.70%
G=23.44%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181601500.670.920.2916.2784.6938.43
HexB53CF0435C1D105526
Octal26574170103134352012546
Binary10110101111100111101000011101110011101100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53C0F; }

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

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

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

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

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

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

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

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