#b34b0f

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

Shades of Rust #B34B0F

Tints of Rust #B34B0F

Color information

#B34B0F (or 0xB34B0F) is unknown color: approx Rust. HEX triplet: B3, 4B and 0F. RGB value is (179,75,15). Sum of RGB (Red+Green+Blue) = 179+75+15=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34B0F is #4CB4F0. Grayscale: #636363. Windows color (decimal): -5027057 or 1002419. OLE color: 1002419.

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

Color convert

RGB1797515-
CMYK00.580.920.30
HSL21.95º84.54%38.04%-
HSV(B)21.95º91.62%70.2%-
XYZ21.1914.652.16-
YUV99.2680.46184.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.54%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 15 (6.25% from 255) = 5.58%
R=66.54%
G=27.88%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179751500.580.920.3021.9584.5438.04
HexB34BF03A5C1E165526
Octal26311317072134362612546
Binary10110011100101111110111010101110011110101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b34b0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b34b0f; }

 p { color: rgb(179,75,15); }

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

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

 a { background-color: rgb(179,75,15); }

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

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

 span { border-color: rgb(179,75,15); }

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