#AB500E

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

Shades of Rust #AB500E

Tints of Rust #AB500E

Color information

#AB500E (or 0xAB500E) is unknown color: approx Rust. HEX triplet: AB, 50 and 0E. RGB value is (171,80,14). Sum of RGB (Red+Green+Blue) = 171+80+14=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB500E is #54AFF1. Grayscale: #646464. Windows color (decimal): -5550066 or 938155. OLE color: 938155.

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

Color convert

RGB1718014-
CMYK00.530.920.33
HSL25.22º84.86%36.27%-
HSV(B)25.22º91.81%67.06%-
XYZ19.7414.432.16-
YUV99.6879.65178.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.53%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 14 (5.86% from 255) = 5.28%
R=64.53%
G=30.19%
B=5.28%

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
Decimal171801400.530.920.3325.2284.8636.27
HexAB50E0355C21195524
Octal25312016065134413112544
Binary101010111010000111001101011011100100001110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB500E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB500E; }

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

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

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

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

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

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

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

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