#B44006

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

Shades of Rust #B44006

Tints of Rust #B44006

Color information

#B44006 (or 0xB44006) is unknown color: approx Rust. HEX triplet: B4, 40 and 06. RGB value is (180,64,6). Sum of RGB (Red+Green+Blue) = 180+64+6=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44006 is #4BBFF9. Grayscale: #5C5C5C. Windows color (decimal): -4964346 or 409780. OLE color: 409780.

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

Color convert

RGB180646-
CMYK00.640.970.29
HSL20º93.55%36.47%-
HSV(B)20º96.67%70.59%-
XYZ20.6913.381.67-
YUV92.0779.43190.72-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 72%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=72%
G=25.6%
B=2.4%

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
Decimal18064600.640.970.292093.5536.47
HexB4406040611D145e24
Octal26410060100141352413644
Binary10110100100000011001000000110000111101101001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44006; }

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

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

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

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

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

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

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

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