#B44A14

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

Shades of Rust #B44A14

Tints of Rust #B44A14

Color information

#B44A14 (or 0xB44A14) is unknown color: approx Rust. HEX triplet: B4, 4A and 14. RGB value is (180,74,20). Sum of RGB (Red+Green+Blue) = 180+74+20=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44A14 is #4BB5EB. Grayscale: #636363. Windows color (decimal): -4961772 or 1329844. OLE color: 1329844.

HSL color Cylindrical-coordinate representation of color #B44A14: hue angle of 20.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B44A14 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB1807420-
CMYK00.590.890.29
HSL20.25º80%39.22%-
HSV(B)20.25º88.89%70.59%-
XYZ21.414.652.36-
YUV99.5483.12185.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.69%
GREEN value IS 74 (29.30% from 255) = 27.01%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=65.69%
G=27.01%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180742000.590.890.2920.258039.22
HexB44A1403B591D145027
Octal26411224073131352412047
Binary101101001001010101000111011101100111101101001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A14; }

 p { color: rgb(180,74,20); }

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

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

 a { background-color: rgb(180,74,20); }

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

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

 span { border-color: rgb(180,74,20); }

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