#b3451e

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

Shades of Rust #B3451E

Tints of Rust #B3451E

Color information

#B3451E (or 0xB3451E) is unknown color: approx Rust. HEX triplet: B3, 45 and 1E. RGB value is (179,69,30). Sum of RGB (Red+Green+Blue) = 179+69+30=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3451E is #4CBAE1. Grayscale: #616161. Windows color (decimal): -5028578 or 1983923. OLE color: 1983923.

HSL color Cylindrical-coordinate representation of color #B3451E: hue angle of 15.7º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3451E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1796930-
CMYK00.610.830.30
HSL15.7º71.29%40.98%-
HSV(B)15.7º83.24%70.2%-
XYZ20.9513.932.81-
YUV97.4489.94186.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=64.39%
G=24.82%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179693000.610.830.3015.771.2940.98
HexB3451E03D531E104729
Octal26310536075123362010751
Binary101100111000101111100111101101001111110100001000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b3451e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b3451e; }

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

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

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

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

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

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

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

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