#B24706

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

Shades of Rust #B24706

Tints of Rust #B24706

Color information

#B24706 (or 0xB24706) is unknown color: approx Rust. HEX triplet: B2, 47 and 06. RGB value is (178,71,6). Sum of RGB (Red+Green+Blue) = 178+71+6=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B24706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24706 is #4DB8F9. Grayscale: #5F5F5F. Windows color (decimal): -5093626 or 411570. OLE color: 411570.

HSL color Cylindrical-coordinate representation of color #B24706: hue angle of 22.67º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B24706 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178716-
CMYK00.600.970.30
HSL22.67º93.48%36.08%-
HSV(B)22.67º96.63%69.8%-
XYZ20.6513.981.78-
YUV95.5877.45186.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.80%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=69.80%
G=27.84%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17871600.600.970.3022.6793.4836.08
HexB247603C611E175d24
Octal2621076074141362713544
Binary1011001010001111100111100110000111110101111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24706; }

 p { color: rgb(178,71,6); }

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

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

 a { background-color: rgb(178,71,6); }

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

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

 span { border-color: rgb(178,71,6); }

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