#AB500D

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

Shades of Rust #AB500D

Tints of Rust #AB500D

Color information

#AB500D (or 0xAB500D) is unknown color: approx Rust. HEX triplet: AB, 50 and 0D. RGB value is (171,80,13). Sum of RGB (Red+Green+Blue) = 171+80+13=264 (34% of max value = 765). Red value is 171 (67.19% from 255 or 64.77% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500D is #54AFF2. Grayscale: #636363. Windows color (decimal): -5550067 or 872619. OLE color: 872619.

HSL color Cylindrical-coordinate representation of color #AB500D: hue angle of 25.44º 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 #AB500D is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB1718013-
CMYK00.530.920.33
HSL25.44º85.87%36.08%-
HSV(B)25.44º92.4%67.06%-
XYZ19.7414.422.12-
YUV99.5779.15178.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.77%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=64.77%
G=30.30%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171801300.530.920.3325.4485.8736.08
HexAB50D0355C21195624
Octal25312015065134413112644
Binary101010111010000110101101011011100100001110011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB500D; }

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

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

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

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

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

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

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

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