#B44C0A

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

Shades of Rust #B44C0A

Tints of Rust #B44C0A

Color information

#B44C0A (or 0xB44C0A) is unknown color: approx Rust. HEX triplet: B4, 4C and 0A. RGB value is (180,76,10). Sum of RGB (Red+Green+Blue) = 180+76+10=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44C0A is #4BB3F5. Grayscale: #636363. Windows color (decimal): -4961270 or 674996. OLE color: 674996.

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

Color convert

RGB1807610-
CMYK00.580.940.29
HSL23.29º89.47%37.25%-
HSV(B)23.29º94.44%70.59%-
XYZ21.4614.892.03-
YUV99.5777.46185.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 3.76%
R=67.67%
G=28.57%
B=3.76%

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
Decimal180761000.580.940.2923.2989.4737.25
HexB44CA03A5E1D175925
Octal26411412072136352713145
Binary10110100100110010100111010101111011101101111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44C0A; }

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

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

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

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

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

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

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

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