#B44708

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

Shades of Rust #B44708

Tints of Rust #B44708

Color information

#B44708 (or 0xB44708) is unknown color: approx Rust. HEX triplet: B4, 47 and 08. RGB value is (180,71,8). Sum of RGB (Red+Green+Blue) = 180+71+8=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B44708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44708 is #4BB8F7. Grayscale: #606060. Windows color (decimal): -4962552 or 542644. OLE color: 542644.

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

Color convert

RGB180718-
CMYK00.610.960.29
HSL21.98º91.49%36.86%-
HSV(B)21.98º95.56%70.59%-
XYZ21.1214.231.86-
YUV96.4178.11187.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 69.50%
GREEN value IS 71 (28.12% from 255) = 27.41%
BLUE value IS 8 (3.52% from 255) = 3.09%
R=69.50%
G=27.41%
B=3.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18071800.610.960.2921.9891.4936.86
HexB447803D601D165b25
Octal26410710075140352613345
Binary10110100100011110000111101110000011101101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44708; }

 p { color: rgb(180,71,8); }

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

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

 a { background-color: rgb(180,71,8); }

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

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

 span { border-color: rgb(180,71,8); }

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