#B34F10

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

Shades of Rust #B34F10

Tints of Rust #B34F10

Color information

#B34F10 (or 0xB34F10) is unknown color: approx Rust. HEX triplet: B3, 4F and 10. RGB value is (179,79,16). Sum of RGB (Red+Green+Blue) = 179+79+16=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F10 is #4CB0EF. Grayscale: #666666. Windows color (decimal): -5026032 or 1068979. OLE color: 1068979.

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

Color convert

RGB1797916-
CMYK00.560.910.30
HSL23.19º83.59%38.24%-
HSV(B)23.19º91.06%70.2%-
XYZ21.4815.212.29-
YUV101.7279.63183.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 65.33%
GREEN value IS 79 (31.25% from 255) = 28.83%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=65.33%
G=28.83%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179791600.560.910.3023.1983.5938.24
HexB34F100385B1E175426
Octal26311720070133362712446
Binary101100111001111100000111000101101111110101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F10; }

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

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

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

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

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

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

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

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