#B05100

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

Shades of Rust #B05100

Tints of Rust #B05100

Color information

#B05100 (or 0xB05100) is unknown color: approx Rust. HEX triplet: B0, 51 and 00. RGB value is (176,81,0). Sum of RGB (Red+Green+Blue) = 176+81+0=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B05100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05100 is #4FAEFF. Grayscale: #646464. Windows color (decimal): -5222144 or 20912. OLE color: 20912.

HSL color Cylindrical-coordinate representation of color #B05100: hue angle of 27.61º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B05100 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB176810-
CMYK00.5410.31
HSL27.61º100%34.51%-
HSV(B)27.61º100%69.02%-
XYZ20.8515.111.82-
YUV100.1771.47182.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.48%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=68.48%
G=31.52%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17681000.5410.3127.6110034.51
HexB0510036641F1c6423
Octal2601210066144373414443
Binary10110000101000100110110110010011111111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05100; }

 p { color: rgb(176,81,0); }

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

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

 a { background-color: rgb(176,81,0); }

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

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

 span { border-color: rgb(176,81,0); }

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