#B44A0A

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

Shades of Rust #B44A0A

Tints of Rust #B44A0A

Color information

#B44A0A (or 0xB44A0A) is unknown color: approx Rust. HEX triplet: B4, 4A and 0A. RGB value is (180,74,10). Sum of RGB (Red+Green+Blue) = 180+74+10=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 74 (29.30% from 255 or 28.03% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44A0A is #4BB5F5. Grayscale: #626262. Windows color (decimal): -4961782 or 674484. OLE color: 674484.

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

Color convert

RGB1807410-
CMYK00.590.940.29
HSL22.59º89.47%37.25%-
HSV(B)22.59º94.44%70.59%-
XYZ21.3314.621.99-
YUV98.478.12186.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.18%
GREEN value IS 74 (29.30% from 255) = 28.03%
BLUE value IS 10 (4.30% from 255) = 3.79%
R=68.18%
G=28.03%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180741000.590.940.2922.5989.4737.25
HexB44AA03B5E1D175925
Octal26411212073136352713145
Binary10110100100101010100111011101111011101101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A0A; }

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

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

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

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

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

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

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

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