#B04007

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

Shades of Rust #B04007

Tints of Rust #B04007

Color information

#B04007 (or 0xB04007) is unknown color: approx Rust. HEX triplet: B0, 40 and 07. RGB value is (176,64,7). Sum of RGB (Red+Green+Blue) = 176+64+7=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B04007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04007 is #4FBFF8. Grayscale: #5B5B5B. Windows color (decimal): -5226489 or 475312. OLE color: 475312.

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

Color convert

RGB176647-
CMYK00.640.960.31
HSL20.24º92.35%35.88%-
HSV(B)20.24º96.02%69.02%-
XYZ19.7812.911.65-
YUV90.9980.61188.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 71.26%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 7 (3.12% from 255) = 2.83%
R=71.26%
G=25.91%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.96
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17664700.640.960.3120.2492.3535.88
HexB0407040601F145c24
Octal26010070100140372413444
Binary10110000100000011101000000110000011111101001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04007; }

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

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

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

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

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

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

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

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