#B04F10

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

Shades of Rust #B04F10

Tints of Rust #B04F10

Color information

#B04F10 (or 0xB04F10) is unknown color: approx Rust. HEX triplet: B0, 4F and 10. RGB value is (176,79,16). Sum of RGB (Red+Green+Blue) = 176+79+16=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 79 (31.25% from 255 or 29.15% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F10 is #4FB0EF. Grayscale: #656565. Windows color (decimal): -5222640 or 1068976. OLE color: 1068976.

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

Color convert

RGB1767916-
CMYK00.550.910.31
HSL23.62º83.33%37.65%-
HSV(B)23.62º90.91%69.02%-
XYZ20.7914.862.26-
YUV100.8280.14181.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.94%
GREEN value IS 79 (31.25% from 255) = 29.15%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=64.94%
G=29.15%
B=5.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176791600.550.910.3123.6283.3337.65
HexB04F100375B1F185326
Octal26011720067133373012346
Binary101100001001111100000110111101101111111110001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04F10; }

 p { color: rgb(176,79,16); }

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

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

 a { background-color: rgb(176,79,16); }

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

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

 span { border-color: rgb(176,79,16); }

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