#B35103

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

Shades of Rust #B35103

Tints of Rust #B35103

Color information

#B35103 (or 0xB35103) is unknown color: approx Rust. HEX triplet: B3, 51 and 03. RGB value is (179,81,3). Sum of RGB (Red+Green+Blue) = 179+81+3=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B35103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35103 is #4CAEFC. Grayscale: #656565. Windows color (decimal): -5025533 or 217523. OLE color: 217523.

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

Color convert

RGB179813-
CMYK00.550.980.30
HSL26.59º96.7%35.69%-
HSV(B)26.59º98.32%70.2%-
XYZ21.5515.481.94-
YUV101.4172.47183.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 68.06%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=68.06%
G=30.80%
B=1.14%

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
Decimal17981300.550.980.3026.5996.735.69
HexB3513037621E1b6124
Octal2631213067142363314144
Binary101100111010001110110111110001011110110111100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35103; }

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

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

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

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

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

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

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

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