#B04D07

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

Shades of Rust #B04D07

Tints of Rust #B04D07

Color information

#B04D07 (or 0xB04D07) is unknown color: approx Rust. HEX triplet: B0, 4D and 07. RGB value is (176,77,7). Sum of RGB (Red+Green+Blue) = 176+77+7=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04D07 is #4FB2F8. Grayscale: #626262. Windows color (decimal): -5223161 or 478640. OLE color: 478640.

HSL color Cylindrical-coordinate representation of color #B04D07: hue angle of 24.85º 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 #B04D07 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB176777-
CMYK00.560.960.31
HSL24.85º92.35%35.88%-
HSV(B)24.85º96.02%69.02%-
XYZ20.614.551.92-
YUV98.6276.3183.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 67.69%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 7 (3.12% from 255) = 2.69%
R=67.69%
G=29.62%
B=2.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17677700.560.960.3124.8592.3535.88
HexB04D7038601F195c24
Octal2601157070140373113444
Binary1011000010011011110111000110000011111110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D07; }

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

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

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

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

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

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

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

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