#AB4D0D

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

Shades of Rust #AB4D0D

Tints of Rust #AB4D0D

Color information

#AB4D0D (or 0xAB4D0D) is unknown color: approx Rust. HEX triplet: AB, 4D and 0D. RGB value is (171,77,13). Sum of RGB (Red+Green+Blue) = 171+77+13=261 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.52% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB4D0D is #54B2F2. Grayscale: #626262. Windows color (decimal): -5550835 or 871851. OLE color: 871851.

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

Color convert

RGB1717713-
CMYK00.550.920.33
HSL24.3º85.87%36.08%-
HSV(B)24.3º92.4%67.06%-
XYZ19.5213.992.05-
YUV97.8180.14180.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.52%
GREEN value IS 77 (30.47% from 255) = 29.50%
BLUE value IS 13 (5.47% from 255) = 4.98%
R=65.52%
G=29.50%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171771300.550.920.3324.385.8736.08
HexAB4DD0375C21185624
Octal25311515067134413012644
Binary101010111001101110101101111011100100001110001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4D0D; }

 p { color: rgb(171,77,13); }

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

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

 a { background-color: rgb(171,77,13); }

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

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

 span { border-color: rgb(171,77,13); }

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