#B44B0F

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

Shades of Rust #B44B0F

Tints of Rust #B44B0F

Color information

#B44B0F (or 0xB44B0F) is unknown color: approx Rust. HEX triplet: B4, 4B and 0F. RGB value is (180,75,15). Sum of RGB (Red+Green+Blue) = 180+75+15=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B0F is #4BB4F0. Grayscale: #636363. Windows color (decimal): -4961521 or 1002420. OLE color: 1002420.

HSL color Cylindrical-coordinate representation of color #B44B0F: hue angle of 21.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B44B0F is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB1807515-
CMYK00.580.920.29
HSL21.82º84.62%38.24%-
HSV(B)21.82º91.67%70.59%-
XYZ21.4214.772.17-
YUV99.5680.29185.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.67%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 15 (6.25% from 255) = 5.56%
R=66.67%
G=27.78%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180751500.580.920.2921.8284.6238.24
HexB44BF03A5C1D165526
Octal26411317072134352612546
Binary10110100100101111110111010101110011101101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B0F; }

 p { color: rgb(180,75,15); }

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

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

 a { background-color: rgb(180,75,15); }

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

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

 span { border-color: rgb(180,75,15); }

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