#B34501

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

Shades of Rust #B34501

Tints of Rust #B34501

Color information

#B34501 (or 0xB34501) is unknown color: approx Rust. HEX triplet: B3, 45 and 01. RGB value is (179,69,1). Sum of RGB (Red+Green+Blue) = 179+69+1=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B34501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34501 is #4CBAFE. Grayscale: #5E5E5E. Windows color (decimal): -5028607 or 83379. OLE color: 83379.

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

Color convert

RGB179691-
CMYK00.610.990.30
HSL22.92º98.89%35.29%-
HSV(B)22.92º99.44%70.2%-
XYZ20.7213.841.61-
YUV94.1475.44188.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 69 (27.34% from 255) = 27.71%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=71.89%
G=27.71%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17969100.610.990.3022.9298.8935.29
HexB345103D631E176323
Octal2631051075143362714343
Binary10110011100010110111101110001111110101111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34501; }

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

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

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

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

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

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

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

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