#B34010

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

Shades of Rust #B34010

Tints of Rust #B34010

Color information

#B34010 (or 0xB34010) is unknown color: approx Rust. HEX triplet: B3, 40 and 10. RGB value is (179,64,16). Sum of RGB (Red+Green+Blue) = 179+64+16=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B34010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34010 is #4CBFEF. Grayscale: #5D5D5D. Windows color (decimal): -5029872 or 1065139. OLE color: 1065139.

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

Color convert

RGB1796416-
CMYK00.640.910.30
HSL17.67º83.59%38.24%-
HSV(B)17.67º91.06%70.2%-
XYZ20.5213.291.97-
YUV92.9184.6189.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 69.11%
GREEN value IS 64 (25.39% from 255) = 24.71%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=69.11%
G=24.71%
B=6.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179641600.640.910.3017.6783.5938.24
HexB340100405B1E125426
Octal263100200100133362212446
Binary1011001110000001000001000000101101111110100101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34010; }

 p { color: rgb(179,64,16); }

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

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

 a { background-color: rgb(179,64,16); }

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

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

 span { border-color: rgb(179,64,16); }

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