#B44A0C

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

Shades of Rust #B44A0C

Tints of Rust #B44A0C

Color information

#B44A0C (or 0xB44A0C) is unknown color: approx Rust. HEX triplet: B4, 4A and 0C. RGB value is (180,74,12). Sum of RGB (Red+Green+Blue) = 180+74+12=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44A0C is #4BB5F3. Grayscale: #626262. Windows color (decimal): -4961780 or 805556. OLE color: 805556.

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

Color convert

RGB1807412-
CMYK00.590.930.29
HSL22.14º87.5%37.65%-
HSV(B)22.14º93.33%70.59%-
XYZ21.3414.632.05-
YUV98.6379.12186.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.67%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 12 (5.08% from 255) = 4.51%
R=67.67%
G=27.82%
B=4.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180741200.590.930.2922.1487.537.65
HexB44AC03B5D1D165826
Octal26411214073135352613046
Binary10110100100101011000111011101110111101101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44A0C; }

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

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

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

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

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

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

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

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