#B44508

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

Shades of Rust #B44508

Tints of Rust #B44508

Color information

#B44508 (or 0xB44508) is unknown color: approx Rust. HEX triplet: B4, 45 and 08. RGB value is (180,69,8). Sum of RGB (Red+Green+Blue) = 180+69+8=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B44508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44508 is #4BBAF7. Grayscale: #5F5F5F. Windows color (decimal): -4963064 or 542132. OLE color: 542132.

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

Color convert

RGB180698-
CMYK00.620.960.29
HSL21.28º91.49%36.86%-
HSV(B)21.28º95.56%70.59%-
XYZ20.9913.981.82-
YUV95.2478.77188.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.04%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=70.04%
G=26.85%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18069800.620.960.2921.2891.4936.86
HexB445803E601D155b25
Octal26410510076140352513345
Binary10110100100010110000111110110000011101101011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44508; }

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

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

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

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

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

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

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

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