#B35004

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

Shades of Rust #B35004

Tints of Rust #B35004

Color information

#B35004 (or 0xB35004) is unknown color: approx Rust. HEX triplet: B3, 50 and 04. RGB value is (179,80,4). Sum of RGB (Red+Green+Blue) = 179+80+4=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B35004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35004 is #4CAFFB. Grayscale: #656565. Windows color (decimal): -5025788 or 282803. OLE color: 282803.

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

Color convert

RGB179804-
CMYK00.550.980.30
HSL26.06º95.63%35.88%-
HSV(B)26.06º97.77%70.2%-
XYZ21.4815.331.94-
YUV100.9473.3183.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 4 (1.95% from 255) = 1.52%
R=68.06%
G=30.42%
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
Decimal17980400.550.980.3026.0695.6335.88
HexB3504037621E1a6024
Octal2631204067142363214044
Binary1011001110100001000110111110001011110110101100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35004; }

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

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

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

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

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

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

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

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