#B3450E

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

Shades of Rust #B3450E

Tints of Rust #B3450E

Color information

#B3450E (or 0xB3450E) is unknown color: approx Rust. HEX triplet: B3, 45 and 0E. RGB value is (179,69,14). Sum of RGB (Red+Green+Blue) = 179+69+14=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B3450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3450E is #4CBAF1. Grayscale: #5F5F5F. Windows color (decimal): -5028594 or 935347. OLE color: 935347.

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

Color convert

RGB1796914-
CMYK00.610.920.30
HSL20º85.49%37.84%-
HSV(B)20º92.18%70.2%-
XYZ20.813.872-
YUV95.6281.94187.47-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=68.32%
G=26.34%
B=5.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179691400.610.920.302085.4937.84
HexB345E03D5C1E145526
Octal26310516075134362412546
Binary10110011100010111100111101101110011110101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3450E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3450E; }

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

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

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

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

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

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

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

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