#AB4412

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

Shades of Rust #AB4412

Tints of Rust #AB4412

Color information

#AB4412 (or 0xAB4412) is unknown color: approx Rust. HEX triplet: AB, 44 and 12. RGB value is (171,68,18). Sum of RGB (Red+Green+Blue) = 171+68+18=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4412 is #54BBED. Grayscale: #5D5D5D. Windows color (decimal): -5553134 or 1197227. OLE color: 1197227.

HSL color Cylindrical-coordinate representation of color #AB4412: hue angle of 19.61º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB4412 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB1716818-
CMYK00.600.890.33
HSL19.61º80.95%37.06%-
HSV(B)19.61º89.47%67.06%-
XYZ18.9712.842.05-
YUV93.185.62183.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.54%
GREEN value IS 68 (26.95% from 255) = 26.46%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=66.54%
G=26.46%
B=7.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171681800.600.890.3319.6180.9537.06
HexAB441203C5921145125
Octal25310422074131412412145
Binary1010101110001001001001111001011001100001101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4412; }

 p { color: rgb(171,68,18); }

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

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

 a { background-color: rgb(171,68,18); }

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

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

 span { border-color: rgb(171,68,18); }

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