#B24106

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

Shades of Rust #B24106

Tints of Rust #B24106

Color information

#B24106 (or 0xB24106) is unknown color: approx Rust. HEX triplet: B2, 41 and 06. RGB value is (178,65,6). Sum of RGB (Red+Green+Blue) = 178+65+6=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 6 (2.73% from 255 or 2.41% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B24106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24106 is #4DBEF9. Grayscale: #5C5C5C. Windows color (decimal): -5095162 or 410034. OLE color: 410034.

HSL color Cylindrical-coordinate representation of color #B24106: hue angle of 20.58º 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 #B24106 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB178656-
CMYK00.630.970.30
HSL20.58º93.48%36.08%-
HSV(B)20.58º96.63%69.8%-
XYZ20.2813.261.66-
YUV92.0679.44189.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.49%
GREEN value IS 65 (25.78% from 255) = 26.10%
BLUE value IS 6 (2.73% from 255) = 2.41%
R=71.49%
G=26.10%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17865600.630.970.3020.5893.4836.08
HexB241603F611E155d24
Octal2621016077141362513544
Binary1011001010000011100111111110000111110101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24106; }

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

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

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

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

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

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

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

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