#B44012

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

Shades of Rust #B44012

Tints of Rust #B44012

Color information

#B44012 (or 0xB44012) is unknown color: approx Rust. HEX triplet: B4, 40 and 12. RGB value is (180,64,18). Sum of RGB (Red+Green+Blue) = 180+64+18=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B44012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44012 is #4BBFED. Grayscale: #5D5D5D. Windows color (decimal): -4964334 or 1196212. OLE color: 1196212.

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

Color convert

RGB1806418-
CMYK00.640.90.29
HSL17.04º81.82%38.82%-
HSV(B)17.04º90%70.59%-
XYZ20.7613.412.07-
YUV93.4485.43189.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 18 (7.42% from 255) = 6.87%
R=68.70%
G=24.43%
B=6.87%

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
Decimal180641800.640.90.2917.0481.8238.82
HexB440120405A1D115227
Octal264100220100132352112247
Binary1011010010000001001001000000101101011101100011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44012; }

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

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

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

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

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

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

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

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