#B44112

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

Shades of Rust #B44112

Tints of Rust #B44112

Color information

#B44112 (or 0xB44112) is unknown color: approx Rust. HEX triplet: B4, 41 and 12. RGB value is (180,65,18). Sum of RGB (Red+Green+Blue) = 180+65+18=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B44112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44112 is #4BBEED. Grayscale: #5E5E5E. Windows color (decimal): -4964078 or 1196468. OLE color: 1196468.

HSL color Cylindrical-coordinate representation of color #B44112: hue angle of 17.41º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B44112 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB1806518-
CMYK00.640.90.29
HSL17.41º81.82%38.82%-
HSV(B)17.41º90%70.59%-
XYZ20.8213.532.09-
YUV94.0385.1189.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.44%
GREEN value IS 65 (25.78% from 255) = 24.71%
BLUE value IS 18 (7.42% from 255) = 6.84%
R=68.44%
G=24.71%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.9
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180651800.640.90.2917.4181.8238.82
HexB441120405A1D115227
Octal264101220100132352112247
Binary1011010010000011001001000000101101011101100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44112; }

 p { color: rgb(180,65,18); }

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

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

 a { background-color: rgb(180,65,18); }

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

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

 span { border-color: rgb(180,65,18); }

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