#B35104

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

Shades of Rust #B35104

Tints of Rust #B35104

Color information

#B35104 (or 0xB35104) is unknown color: approx Rust. HEX triplet: B3, 51 and 04. RGB value is (179,81,4). Sum of RGB (Red+Green+Blue) = 179+81+4=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B35104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35104 is #4CAEFB. Grayscale: #656565. Windows color (decimal): -5025532 or 283059. OLE color: 283059.

HSL color Cylindrical-coordinate representation of color #B35104: hue angle of 26.4º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B35104 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB179814-
CMYK00.550.980.30
HSL26.4º95.63%35.88%-
HSV(B)26.4º97.77%70.2%-
XYZ21.5515.481.97-
YUV101.5272.97183.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 67.80%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=67.80%
G=30.68%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17981400.550.980.3026.495.6335.88
HexB3514037621E1a6024
Octal2631214067142363214044
Binary1011001110100011000110111110001011110110101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35104; }

 p { color: rgb(179,81,4); }

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

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

 a { background-color: rgb(179,81,4); }

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

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

 span { border-color: rgb(179,81,4); }

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