#B44A1B

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

Shades of Rust #B44A1B

Tints of Rust #B44A1B

Color information

#B44A1B (or 0xB44A1B) is unknown color: approx Rust. HEX triplet: B4, 4A and 1B. RGB value is (180,74,27). Sum of RGB (Red+Green+Blue) = 180+74+27=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A1B is #4BB5E4. Grayscale: #646464. Windows color (decimal): -4961765 or 1788596. OLE color: 1788596.

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

Color convert

RGB1807427-
CMYK00.590.850.29
HSL18.43º73.91%40.59%-
HSV(B)18.43º85%70.59%-
XYZ21.4714.682.74-
YUV100.3486.62184.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.06%
GREEN value IS 74 (29.30% from 255) = 26.33%
BLUE value IS 27 (10.94% from 255) = 9.61%
R=64.06%
G=26.33%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180742700.590.850.2918.4373.9140.59
HexB44A1B03B551D124a29
Octal26411233073125352211251
Binary101101001001010110110111011101010111101100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A1B; }

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

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

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

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

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

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

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

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