#B2520A

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

Shades of Rust #B2520A

Tints of Rust #B2520A

Color information

#B2520A (or 0xB2520A) is unknown color: approx Rust. HEX triplet: B2, 52 and 0A. RGB value is (178,82,10). Sum of RGB (Red+Green+Blue) = 178+82+10=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2520A is #4DADF5. Grayscale: #666666. Windows color (decimal): -5090806 or 676530. OLE color: 676530.

HSL color Cylindrical-coordinate representation of color #B2520A: hue angle of 25.71º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2520A is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1788210-
CMYK00.540.940.30
HSL25.71º89.36%36.86%-
HSV(B)25.71º94.38%69.8%-
XYZ21.4315.522.15-
YUV102.575.8181.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.93%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 10 (4.30% from 255) = 3.70%
R=65.93%
G=30.37%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178821000.540.940.3025.7189.3636.86
HexB252A0365E1E1a5925
Octal26212212066136363213145
Binary10110010101001010100110110101111011110110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2520A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2520A; }

 p { color: rgb(178,82,10); }

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

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

 a { background-color: rgb(178,82,10); }

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

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

 span { border-color: rgb(178,82,10); }

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