#B44F07

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

Shades of Rust #B44F07

Tints of Rust #B44F07

Color information

#B44F07 (or 0xB44F07) is unknown color: approx Rust. HEX triplet: B4, 4F and 07. RGB value is (180,79,7). Sum of RGB (Red+Green+Blue) = 180+79+7=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B44F07 is #4BB0F8. Grayscale: #656565. Windows color (decimal): -4960505 or 479156. OLE color: 479156.

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

Color convert

RGB180797-
CMYK00.560.960.29
HSL24.97º92.51%36.67%-
HSV(B)24.97º96.11%70.59%-
XYZ21.6615.312.01-
YUV100.9974.96184.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 7 (3.12% from 255) = 2.63%
R=67.67%
G=29.70%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18079700.560.960.2924.9792.5136.67
HexB44F7038601D195d25
Octal2641177070140353113545
Binary1011010010011111110111000110000011101110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44F07; }

 p { color: rgb(180,79,7); }

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

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

 a { background-color: rgb(180,79,7); }

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

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

 span { border-color: rgb(180,79,7); }

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