#b05108

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

Shades of Rust #B05108

Tints of Rust #B05108

Color information

#B05108 (or 0xB05108) is unknown color: approx Rust. HEX triplet: B0, 51 and 08. RGB value is (176,81,8). Sum of RGB (Red+Green+Blue) = 176+81+8=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 8 (3.52% from 255 or 3.02% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05108 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05108 is #4FAEF7. Grayscale: #656565. Windows color (decimal): -5222136 or 545200. OLE color: 545200.

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

Color convert

RGB176818-
CMYK00.540.950.31
HSL26.07º91.3%36.08%-
HSV(B)26.07º95.45%69.02%-
XYZ20.8915.132.05-
YUV101.0875.47181.44-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 8 (3.52% from 255) = 3.02%
R=66.42%
G=30.57%
B=3.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17681800.540.950.3126.0791.336.08
HexB05180365F1F1a5b24
Octal26012110066137373213344
Binary10110000101000110000110110101111111111110101011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05108; }

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

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

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

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

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

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

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

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