#B34513

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

Shades of Rust #B34513

Tints of Rust #B34513

Color information

#B34513 (or 0xB34513) is unknown color: approx Rust. HEX triplet: B3, 45 and 13. RGB value is (179,69,19). Sum of RGB (Red+Green+Blue) = 179+69+19=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B34513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34513 is #4CBAEC. Grayscale: #606060. Windows color (decimal): -5028589 or 1263027. OLE color: 1263027.

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

Color convert

RGB1796919-
CMYK00.610.890.30
HSL18.75º80.81%38.82%-
HSV(B)18.75º89.39%70.2%-
XYZ20.8413.892.2-
YUV96.1984.44187.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.04%
GREEN value IS 69 (27.34% from 255) = 25.84%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=67.04%
G=25.84%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179691900.610.890.3018.7580.8138.82
HexB3451303D591E135127
Octal26310523075131362312147
Binary101100111000101100110111101101100111110100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34513; }

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

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

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

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

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

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

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

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