#B2340A

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

Shades of Rust #B2340A

Tints of Rust #B2340A

Color information

#B2340A (or 0xB2340A) is unknown color: approx Rust. HEX triplet: B2, 34 and 0A. RGB value is (178,52,10). Sum of RGB (Red+Green+Blue) = 178+52+10=240 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.17% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 178 - color contains mainly: red. Hex color #B2340A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2340A is #4DCBF5. Grayscale: #555555. Windows color (decimal): -5098486 or 668850. OLE color: 668850.

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

Color convert

RGB1785210-
CMYK00.710.940.30
HSL15º89.36%36.86%-
HSV(B)15º94.38%69.8%-
XYZ19.6411.941.56-
YUV84.8985.74194.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 74.17%
GREEN value IS 52 (20.70% from 255) = 21.67%
BLUE value IS 10 (4.30% from 255) = 4.17%
R=74.17%
G=21.67%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178521000.710.940.301589.3636.86
HexB234A0475E1Ef5925
Octal26264120107136361713145
Binary1011001011010010100100011110111101111011111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2340A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2340A; }

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

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

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

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

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

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

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

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