#B05207

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

Shades of Rust #B05207

Tints of Rust #B05207

Color information

#B05207 (or 0xB05207) is unknown color: approx Rust. HEX triplet: B0, 52 and 07. RGB value is (176,82,7). Sum of RGB (Red+Green+Blue) = 176+82+7=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B05207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05207 is #4FADF8. Grayscale: #656565. Windows color (decimal): -5221881 or 479920. OLE color: 479920.

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

Color convert

RGB176827-
CMYK00.530.960.31
HSL26.63º92.35%35.88%-
HSV(B)26.63º96.02%69.02%-
XYZ20.9615.282.05-
YUV101.5674.64181.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 66.42%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=66.42%
G=30.94%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17682700.530.960.3126.6392.3535.88
HexB0527035601F1b5c24
Octal2601227065140373313444
Binary1011000010100101110110101110000011111110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05207; }

 p { color: rgb(176,82,7); }

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

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

 a { background-color: rgb(176,82,7); }

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

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

 span { border-color: rgb(176,82,7); }

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