#B0530D

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

Shades of Rust #B0530D

Tints of Rust #B0530D

Color information

#B0530D (or 0xB0530D) is unknown color: approx Rust. HEX triplet: B0, 53 and 0D. RGB value is (176,83,13). Sum of RGB (Red+Green+Blue) = 176+83+13=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0530D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0530D is #4FACF2. Grayscale: #676767. Windows color (decimal): -5221619 or 873392. OLE color: 873392.

HSL color Cylindrical-coordinate representation of color #B0530D: hue angle of 25.77º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0530D is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB1768313-
CMYK00.530.930.31
HSL25.77º86.24%37.06%-
HSV(B)25.77º92.61%69.02%-
XYZ21.0715.452.25-
YUV102.8377.31180.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.71%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=64.71%
G=30.51%
B=4.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176831300.530.930.3125.7786.2437.06
HexB053D0355D1F1a5625
Octal26012315065135373212645
Binary10110000101001111010110101101110111111110101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0530D; }

 p { color: rgb(176,83,13); }

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

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

 a { background-color: rgb(176,83,13); }

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

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

 span { border-color: rgb(176,83,13); }

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