#B34613

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

Shades of Rust #B34613

Tints of Rust #B34613

Color information

#B34613 (or 0xB34613) is unknown color: approx Rust. HEX triplet: B3, 46 and 13. RGB value is (179,70,19). Sum of RGB (Red+Green+Blue) = 179+70+19=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34613 is #4CB9EC. Grayscale: #616161. Windows color (decimal): -5028333 or 1263283. OLE color: 1263283.

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

Color convert

RGB1797019-
CMYK00.610.890.30
HSL19.12º80.81%38.82%-
HSV(B)19.12º89.39%70.2%-
XYZ20.914.012.22-
YUV96.7884.11186.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.79%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 19 (7.81% from 255) = 7.09%
R=66.79%
G=26.12%
B=7.09%

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
Decimal179701900.610.890.3019.1280.8138.82
HexB3461303D591E135127
Octal26310623075131362312147
Binary101100111000110100110111101101100111110100111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34613; }

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

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

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

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

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

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

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

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