#B44106

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

Shades of Rust #B44106

Tints of Rust #B44106

Color information

#B44106 (or 0xB44106) is unknown color: approx Rust. HEX triplet: B4, 41 and 06. RGB value is (180,65,6). Sum of RGB (Red+Green+Blue) = 180+65+6=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B44106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44106 is #4BBEF9. Grayscale: #5D5D5D. Windows color (decimal): -4964090 or 410036. OLE color: 410036.

HSL color Cylindrical-coordinate representation of color #B44106: hue angle of 20.34º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B44106 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB180656-
CMYK00.640.970.29
HSL20.34º93.55%36.47%-
HSV(B)20.34º96.67%70.59%-
XYZ20.7513.51.68-
YUV92.6679.1190.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.71%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=71.71%
G=25.90%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18065600.640.970.2920.3493.5536.47
HexB4416040611D145e24
Octal26410160100141352413644
Binary10110100100000111001000000110000111101101001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44106; }

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

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

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

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

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

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

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

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