#B2530A

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

Shades of Rust #B2530A

Tints of Rust #B2530A

Color information

#B2530A (or 0xB2530A) is unknown color: approx Rust. HEX triplet: B2, 53 and 0A. RGB value is (178,83,10). Sum of RGB (Red+Green+Blue) = 178+83+10=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B2530A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2530A is #4DACF5. Grayscale: #676767. Windows color (decimal): -5090550 or 676786. OLE color: 676786.

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

Color convert

RGB1788310-
CMYK00.530.940.30
HSL26.07º89.36%36.86%-
HSV(B)26.07º94.38%69.8%-
XYZ21.5115.672.18-
YUV103.0875.47181.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.68%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 10 (4.30% from 255) = 3.69%
R=65.68%
G=30.63%
B=3.69%

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
Decimal178831000.530.940.3026.0789.3636.86
HexB253A0355E1E1a5925
Octal26212312065136363213145
Binary10110010101001110100110101101111011110110101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2530A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2530A; }

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

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

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

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

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

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

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

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