#AB4418

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

Shades of Rust #AB4418

Tints of Rust #AB4418

Color information

#AB4418 (or 0xAB4418) is unknown color: approx Rust. HEX triplet: AB, 44 and 18. RGB value is (171,68,24). Sum of RGB (Red+Green+Blue) = 171+68+24=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4418 is #54BBE7. Grayscale: #5E5E5E. Windows color (decimal): -5553128 or 1590443. OLE color: 1590443.

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

Color convert

RGB1716824-
CMYK00.600.860.33
HSL17.96º75.38%38.24%-
HSV(B)17.96º85.96%67.06%-
XYZ19.0312.862.34-
YUV93.7888.62183.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.02%
GREEN value IS 68 (26.95% from 255) = 25.86%
BLUE value IS 24 (9.77% from 255) = 9.13%
R=65.02%
G=25.86%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171682400.600.860.3317.9675.3838.24
HexAB441803C5621124b26
Octal25310430074126412211346
Binary1010101110001001100001111001010110100001100101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4418; }

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

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

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

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

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

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

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

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