#B04D05

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

Shades of Rust #B04D05

Tints of Rust #B04D05

Color information

#B04D05 (or 0xB04D05) is unknown color: approx Rust. HEX triplet: B0, 4D and 05. RGB value is (176,77,5). Sum of RGB (Red+Green+Blue) = 176+77+5=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04D05 is #4FB2FA. Grayscale: #626262. Windows color (decimal): -5223163 or 347568. OLE color: 347568.

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

Color convert

RGB176775-
CMYK00.560.970.31
HSL25.26º94.48%35.49%-
HSV(B)25.26º97.16%69.02%-
XYZ20.5914.551.87-
YUV98.3975.3183.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.22%
GREEN value IS 77 (30.47% from 255) = 29.84%
BLUE value IS 5 (2.34% from 255) = 1.94%
R=68.22%
G=29.84%
B=1.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17677500.560.970.3125.2694.4835.49
HexB04D5038611F195e23
Octal2601155070141373113643
Binary1011000010011011010111000110000111111110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D05; }

 p { color: rgb(176,77,5); }

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

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

 a { background-color: rgb(176,77,5); }

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

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

 span { border-color: rgb(176,77,5); }

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