#B3420E

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

Shades of Rust #B3420E

Tints of Rust #B3420E

Color information

#B3420E (or 0xB3420E) is unknown color: approx Rust. HEX triplet: B3, 42 and 0E. RGB value is (179,66,14). Sum of RGB (Red+Green+Blue) = 179+66+14=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B3420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3420E is #4CBDF1. Grayscale: #5E5E5E. Windows color (decimal): -5029362 or 934579. OLE color: 934579.

HSL color Cylindrical-coordinate representation of color #B3420E: hue angle of 18.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3420E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1796614-
CMYK00.630.920.30
HSL18.91º85.49%37.84%-
HSV(B)18.91º92.18%70.2%-
XYZ20.6213.511.94-
YUV93.8682.94188.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.11%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 14 (5.86% from 255) = 5.41%
R=69.11%
G=25.48%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179661400.630.920.3018.9185.4937.84
HexB342E03F5C1E135526
Octal26310216077134362312546
Binary10110011100001011100111111101110011110100111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3420E; }

 p { color: rgb(179,66,14); }

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

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

 a { background-color: rgb(179,66,14); }

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

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

 span { border-color: rgb(179,66,14); }

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