#B44B0A

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

Shades of Rust #B44B0A

Tints of Rust #B44B0A

Color information

#B44B0A (or 0xB44B0A) is unknown color: approx Rust. HEX triplet: B4, 4B and 0A. RGB value is (180,75,10). Sum of RGB (Red+Green+Blue) = 180+75+10=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B44B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44B0A is #4BB4F5. Grayscale: #636363. Windows color (decimal): -4961526 or 674740. OLE color: 674740.

HSL color Cylindrical-coordinate representation of color #B44B0A: hue angle of 22.94º 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 #B44B0A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB1807510-
CMYK00.580.940.29
HSL22.94º89.47%37.25%-
HSV(B)22.94º94.44%70.59%-
XYZ21.3914.762.01-
YUV98.9877.79185.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.92%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 10 (4.30% from 255) = 3.77%
R=67.92%
G=28.30%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180751000.580.940.2922.9489.4737.25
HexB44BA03A5E1D175925
Octal26411312072136352713145
Binary10110100100101110100111010101111011101101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44B0A; }

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

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

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

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

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

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

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

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