#B24F16

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

Shades of Rust #B24F16

Tints of Rust #B24F16

Color information

#B24F16 (or 0xB24F16) is unknown color: approx Rust. HEX triplet: B2, 4F and 16. RGB value is (178,79,22). Sum of RGB (Red+Green+Blue) = 178+79+22=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B24F16 is #4DB0E9. Grayscale: #666666. Windows color (decimal): -5091562 or 1462194. OLE color: 1462194.

HSL color Cylindrical-coordinate representation of color #B24F16: hue angle of 21.92º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B24F16 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB1787922-
CMYK00.560.880.30
HSL21.92º78%39.22%-
HSV(B)21.92º87.64%69.8%-
XYZ21.315.112.55-
YUV102.182.8182.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.80%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=63.80%
G=28.32%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178792200.560.880.3021.927839.22
HexB24F16038581E164e27
Octal26211726070130362611647
Binary101100101001111101100111000101100011110101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24F16; }

 p { color: rgb(178,79,22); }

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

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

 a { background-color: rgb(178,79,22); }

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

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

 span { border-color: rgb(178,79,22); }

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