#B35812

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

Shades of Rust #B35812

Tints of Rust #B35812

Color information

#B35812 (or 0xB35812) is unknown color: approx Rust. HEX triplet: B3, 58 and 12. RGB value is (179,88,18). Sum of RGB (Red+Green+Blue) = 179+88+18=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B35812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35812 is #4CA7ED. Grayscale: #6B6B6B. Windows color (decimal): -5023726 or 1202355. OLE color: 1202355.

HSL color Cylindrical-coordinate representation of color #B35812: hue angle of 26.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B35812 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB1798818-
CMYK00.510.900.30
HSL26.09º81.73%38.63%-
HSV(B)26.09º89.94%70.2%-
XYZ22.1916.612.61-
YUV107.2377.65179.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 18 (7.42% from 255) = 6.32%
R=62.81%
G=30.88%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179881800.510.900.3026.0981.7338.63
HexB358120335A1E1a5227
Octal26313022063132363212247
Binary101100111011000100100110011101101011110110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35812; }

 p { color: rgb(179,88,18); }

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

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

 a { background-color: rgb(179,88,18); }

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

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

 span { border-color: rgb(179,88,18); }

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