#B44609

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

Shades of Rust #B44609

Tints of Rust #B44609

Color information

#B44609 (or 0xB44609) is unknown color: approx Rust. HEX triplet: B4, 46 and 09. RGB value is (180,70,9). Sum of RGB (Red+Green+Blue) = 180+70+9=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B44609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44609 is #4BB9F6. Grayscale: #606060. Windows color (decimal): -4962807 or 607924. OLE color: 607924.

HSL color Cylindrical-coordinate representation of color #B44609: hue angle of 21.4º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B44609 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180709-
CMYK00.610.950.29
HSL21.4º90.48%37.06%-
HSV(B)21.4º95%70.59%-
XYZ21.0614.11.87-
YUV95.9478.94187.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 70 (27.73% from 255) = 27.03%
BLUE value IS 9 (3.91% from 255) = 3.47%
R=69.50%
G=27.03%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18070900.610.950.2921.490.4837.06
HexB446903D5F1D155a25
Octal26410611075137352513245
Binary10110100100011010010111101101111111101101011011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44609; }

 p { color: rgb(180,70,9); }

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

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

 a { background-color: rgb(180,70,9); }

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

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

 span { border-color: rgb(180,70,9); }

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