#B34F15

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

Shades of Rust #B34F15

Tints of Rust #B34F15

Color information

#B34F15 (or 0xB34F15) is unknown color: approx Rust. HEX triplet: B3, 4F and 15. RGB value is (179,79,21). Sum of RGB (Red+Green+Blue) = 179+79+21=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F15 is #4CB0EA. Grayscale: #666666. Windows color (decimal): -5026027 or 1396659. OLE color: 1396659.

HSL color Cylindrical-coordinate representation of color #B34F15: hue angle of 22.03º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B34F15 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1797921-
CMYK00.560.880.30
HSL22.03º79%39.22%-
HSV(B)22.03º88.27%70.2%-
XYZ21.5215.232.51-
YUV102.2982.13182.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.16%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 21 (8.59% from 255) = 7.53%
R=64.16%
G=28.32%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179792100.560.880.3022.037939.22
HexB34F15038581E164f27
Octal26311725070130362611747
Binary101100111001111101010111000101100011110101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F15; }

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

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

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

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

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

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

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

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