#B2530B

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

Shades of Rust #B2530B

Tints of Rust #B2530B

Color information

#B2530B (or 0xB2530B) is unknown color: approx Rust. HEX triplet: B2, 53 and 0B. RGB value is (178,83,11). Sum of RGB (Red+Green+Blue) = 178+83+11=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2530B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2530B is #4DACF4. Grayscale: #676767. Windows color (decimal): -5090549 or 742322. OLE color: 742322.

HSL color Cylindrical-coordinate representation of color #B2530B: hue angle of 25.87º degrees, saturation: 0.88, 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 #B2530B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB1788311-
CMYK00.530.940.30
HSL25.87º88.36%37.06%-
HSV(B)25.87º93.82%69.8%-
XYZ21.5115.682.21-
YUV103.275.97181.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.44%
GREEN value IS 83 (32.81% from 255) = 30.51%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=65.44%
G=30.51%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178831100.530.940.3025.8788.3637.06
HexB253B0355E1E1a5825
Octal26212313065136363213045
Binary10110010101001110110110101101111011110110101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2530B; }

 p { color: rgb(178,83,11); }

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

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

 a { background-color: rgb(178,83,11); }

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

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

 span { border-color: rgb(178,83,11); }

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