#B44206

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

Shades of Rust #B44206

Tints of Rust #B44206

Color information

#B44206 (or 0xB44206) is unknown color: approx Rust. HEX triplet: B4, 42 and 06. RGB value is (180,66,6). Sum of RGB (Red+Green+Blue) = 180+66+6=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B44206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44206 is #4BBDF9. Grayscale: #5D5D5D. Windows color (decimal): -4963834 or 410292. OLE color: 410292.

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

Color convert

RGB180666-
CMYK00.630.970.29
HSL20.69º93.55%36.47%-
HSV(B)20.69º96.67%70.59%-
XYZ20.813.611.7-
YUV93.2578.77189.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.43%
GREEN value IS 66 (26.17% from 255) = 26.19%
BLUE value IS 6 (2.73% from 255) = 2.38%
R=71.43%
G=26.19%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18066600.630.970.2920.6993.5536.47
HexB442603F611D155e24
Octal2641026077141352513644
Binary1011010010000101100111111110000111101101011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44206; }

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

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

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

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

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

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

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

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